Skip to content

Commit df80c5e

Browse files
committed
undo changes to CMakeLists
1 parent 5b1df21 commit df80c5e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cpp/tensorrt_llm/kernels/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@
1818
file(GLOB_RECURSE SRC_CPP *.cpp)
1919
file(GLOB_RECURSE SRC_CU *.cu)
2020

21-
# Explicitly add newly added kernel files to ensure they're included (GLOB only
22-
# runs at configure time, not build time)
23-
list(APPEND SRC_CU ${CMAKE_CURRENT_SOURCE_DIR}/helixAllToAll.cu)
24-
list(REMOVE_DUPLICATES SRC_CU)
25-
2621
# Exclude files in the cutlass_kernels, decoderMaskedMultiheadAttention and
2722
# selectiveScan trtllmGenKernels folder
2823
list(FILTER SRC_CPP EXCLUDE REGEX "cutlass_kernels/.*")

0 commit comments

Comments
 (0)