Skip to content

Commit edd88ea

Browse files
committed
remote rust_local_mesh
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 Differential Revision: [D87496994](https://our.internmc.facebook.com/intern/diff/D87496994/) ghstack-source-id: 324728297
1 parent a0ccf07 commit edd88ea

29 files changed

+23
-6764
lines changed

.github/workflows/test-gpu-rust.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ jobs:
6666
timeout 12m cargo nextest run --workspace --profile ci \
6767
--exclude monarch_messages \
6868
--exclude monarch_tensor_worker \
69-
--exclude monarch_simulator_lib \
7069
--exclude torch-sys \
7170
--exclude torch-sys-cuda
7271
# Copy the test results to the expected location

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
resolver = "2"
33
members = [
44
"build_utils",
5-
"controller",
65
"cuda-sys",
76
"erased_lifetime",
87
"hyper",
@@ -18,7 +17,6 @@ members = [
1817
"monarch_messages",
1918
"monarch_perfetto_trace",
2019
"monarch_rdma",
21-
"monarch_simulator",
2220
"monarch_tensor_worker",
2321
"monarch_types",
2422
"nccl-sys",

controller/Cargo.toml

Lines changed: 0 additions & 43 deletions
This file was deleted.

controller/build.rs

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)