Skip to content

Commit 08500c4

Browse files
tanmayv25mc-nv
andcommitted
Fix library list (#118)
Remove nvfuser header Co-authored-by: Misha Chornyi <[email protected]>
1 parent 304c2e8 commit 08500c4

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ set(PT_LIBS
138138
"libtorch_cuda.so"
139139
"libtorch_cuda_linalg.so"
140140
"libtorch_global_deps.so"
141-
"libnvfuser_codegen.so"
142141
)
143142

144143
if (${TRITON_PYTORCH_ENABLE_TORCHVISION})
@@ -214,7 +213,6 @@ if (${TRITON_PYTORCH_DOCKER_BUILD})
214213
COMMAND docker cp pytorch_backend_ptlib:/usr/local/lib/python3.10/dist-packages/torch/lib/libtorch_cpu.so libtorch_cpu.so
215214
COMMAND docker cp pytorch_backend_ptlib:/usr/local/lib/python3.10/dist-packages/torch/lib/libtorch_cuda.so libtorch_cuda.so
216215
COMMAND docker cp pytorch_backend_ptlib:/usr/local/lib/python3.10/dist-packages/torch/lib/libtorch_cuda_linalg.so libtorch_cuda_linalg.so
217-
COMMAND docker cp pytorch_backend_ptlib:/usr/local/lib/python3.10/dist-packages/torch/lib/libnvfuser_codegen.so libnvfuser_codegen.so
218216
COMMAND docker cp pytorch_backend_ptlib:/usr/local/lib/python3.10/dist-packages/torch/lib/libtorch_global_deps.so libtorch_global_deps.so
219217
COMMAND docker cp pytorch_backend_ptlib:/usr/local/lib/python3.10/dist-packages/torch/lib/libcaffe2_nvrtc.so libcaffe2_nvrtc.so
220218
COMMAND docker cp pytorch_backend_ptlib:/usr/local/lib/libtorchvision.so libtorchvision.so

src/libtorch_utils.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
#pragma warning(push, 0)
3636
#include <torch/csrc/jit/codegen/cuda/interface.h>
3737
#include <torch/csrc/jit/codegen/fuser/interface.h>
38-
#include <torch/csrc/jit/passes/cuda_graph_fuser.h>
3938
#include <torch/csrc/jit/passes/tensorexpr_fuser.h>
4039
#include <torch/csrc/jit/runtime/graph_executor.h>
4140
#include <torch/script.h> // One-stop header for TorchScript

0 commit comments

Comments
 (0)