Commit a736b7e
remote rust_local_mesh (#1947)
Summary:
This diff removes the old way we created tensor engines via rust local mesh. We were no longer testing this in test_remote_functions, etc. but still have a bunch of old examples that depended on it.
The reason to do this now is to lighten what we actually use in the monarch_tensor_worker crate. We need to sever its direct dependence on torch and getting rid of its dead code makes it clearer what we have to do.
Pull Request resolved: #1947
ghstack-source-id: 324814292
Reviewed By: mariusae
Differential Revision: D87496994
fbshipit-source-id: 1be151f883bb76ef9fbcac1fc6f605c1a3f285c91 parent e9e2030 commit a736b7e
File tree
33 files changed
+23
-8782
lines changed- .github/workflows
- controller
- src
- monarch_extension
- src
- monarch_simulator
- src
- python
- monarch
- _rust_bindings/monarch_extension
- common
- timer
- tests
- scripts
33 files changed
+23
-8782
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | 69 | | |
71 | 70 | | |
72 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
21 | | - | |
22 | 20 | | |
23 | 21 | | |
24 | 22 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments