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 20b92d5 commit 56734d2Copy full SHA for 56734d2
backends/cuda/CMakeLists.txt
@@ -36,9 +36,12 @@ find_package_torch()
36
37
# CUDA-specific AOTI functionality
38
set(_aoti_cuda_sources
39
- runtime/cuda_backend.cpp runtime/shims/memory.cpp
40
- runtime/shims/tensor_attribute.cpp runtime/guard.cpp
41
- runtime/shims/cuda_guard.cpp runtime/shims/int4mm.cu
+ runtime/cuda_backend.cpp
+ runtime/shims/memory.cpp
+ runtime/shims/tensor_attribute.cpp
42
+ runtime/guard.cpp
43
+ runtime/shims/cuda_guard.cpp
44
+ runtime/shims/int4mm.cu
45
runtime/platform/platform.cpp
46
)
47
add_library(aoti_cuda STATIC ${_aoti_cuda_sources})
0 commit comments