Skip to content

Commit a736b7e

Browse files
zdevitometa-codesync[bot]
authored andcommitted
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: 1be151f883bb76ef9fbcac1fc6f605c1a3f285c9
1 parent e9e2030 commit a736b7e

33 files changed

+23
-8782
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

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ python/monarch.egg-info/*
1010
build/*
1111
dist/*
1212
monarch.egg-info/*
13-
python/monarch/monarch_controller
1413

1514
.ipynb_checkpoints
1615
.monarch

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)