We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b1df21 commit df80c5eCopy full SHA for df80c5e
cpp/tensorrt_llm/kernels/CMakeLists.txt
@@ -18,11 +18,6 @@
18
file(GLOB_RECURSE SRC_CPP *.cpp)
19
file(GLOB_RECURSE SRC_CU *.cu)
20
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
-
26
# Exclude files in the cutlass_kernels, decoderMaskedMultiheadAttention and
27
# selectiveScan trtllmGenKernels folder
28
list(FILTER SRC_CPP EXCLUDE REGEX "cutlass_kernels/.*")
0 commit comments