File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,6 @@ set(PT_LIBS
138
138
"libtorch_cuda.so"
139
139
"libtorch_cuda_linalg.so"
140
140
"libtorch_global_deps.so"
141
- "libnvfuser_codegen.so"
142
141
)
143
142
144
143
if (${TRITON_PYTORCH_ENABLE_TORCHVISION} )
@@ -214,7 +213,6 @@ if (${TRITON_PYTORCH_DOCKER_BUILD})
214
213
COMMAND docker cp pytorch_backend_ptlib:/usr/local/lib/python3.10/dist-packages/torch/lib/libtorch_cpu.so libtorch_cpu.so
215
214
COMMAND docker cp pytorch_backend_ptlib:/usr/local/lib/python3.10/dist-packages/torch/lib/libtorch_cuda.so libtorch_cuda.so
216
215
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
218
216
COMMAND docker cp pytorch_backend_ptlib:/usr/local/lib/python3.10/dist-packages/torch/lib/libtorch_global_deps.so libtorch_global_deps.so
219
217
COMMAND docker cp pytorch_backend_ptlib:/usr/local/lib/python3.10/dist-packages/torch/lib/libcaffe2_nvrtc.so libcaffe2_nvrtc.so
220
218
COMMAND docker cp pytorch_backend_ptlib:/usr/local/lib/libtorchvision.so libtorchvision.so
Original file line number Diff line number Diff line change 35
35
#pragma warning(push, 0)
36
36
#include < torch/csrc/jit/codegen/cuda/interface.h>
37
37
#include < torch/csrc/jit/codegen/fuser/interface.h>
38
- #include < torch/csrc/jit/passes/cuda_graph_fuser.h>
39
38
#include < torch/csrc/jit/passes/tensorexpr_fuser.h>
40
39
#include < torch/csrc/jit/runtime/graph_executor.h>
41
40
#include < torch/script.h> // One-stop header for TorchScript
You can’t perform that action at this time.
0 commit comments