We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8205cb commit e7a150dCopy full SHA for e7a150d
build_variables.bzl
@@ -754,6 +754,11 @@ libtorch_cuda_distributed_extra_sources = [
754
"torch/csrc/distributed/rpc/tensorpipe_cuda.cpp",
755
]
756
757
+libtorch_nvshmem_sources = [
758
+ "torch/csrc/distributed/c10d/symm_mem/NVSHMEMSymmetricMemory.cu",
759
+ "torch/csrc/distributed/c10d/symm_mem/nvshmem_extension.cu",
760
+]
761
+
762
libtorch_cuda_distributed_sources = libtorch_cuda_distributed_base_sources + libtorch_cuda_distributed_extra_sources
763
764
libtorch_cuda_sources = libtorch_cuda_core_sources + libtorch_cuda_distributed_sources + [
0 commit comments