Skip to content

Commit 56734d2

Browse files
committed
cmake lint
1 parent 20b92d5 commit 56734d2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

backends/cuda/CMakeLists.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,12 @@ find_package_torch()
3636

3737
# CUDA-specific AOTI functionality
3838
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
39+
runtime/cuda_backend.cpp
40+
runtime/shims/memory.cpp
41+
runtime/shims/tensor_attribute.cpp
42+
runtime/guard.cpp
43+
runtime/shims/cuda_guard.cpp
44+
runtime/shims/int4mm.cu
4245
runtime/platform/platform.cpp
4346
)
4447
add_library(aoti_cuda STATIC ${_aoti_cuda_sources})

0 commit comments

Comments
 (0)