Skip to content

Commit aff8020

Browse files
author
da.huo
committed
remove other tma
1 parent 6927384 commit aff8020

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/turbomind/kernels/gemm/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ add_library(gemm2
5050
cast.cu
5151
unpack.cu
5252
context.cu
53-
tma.cu
5453
tuner/cache_utils.cu
5554
tuner/measurer.cu
5655
tuner/sampler.cu
@@ -87,7 +86,7 @@ set_property(TARGET gemm2 PROPERTY CUDA_RESOLVE_DEVICE_SYMBOLS ON)
8786

8887
if(GEMM2_ARCH_90_ENABLED)
8988
# SM90 kernels only compile for 90/90a; avoid building them for sm_100.
90-
add_library(gemm2_sm90 STATIC ${GEMM2_KERNELS_SM90} )
89+
add_library(gemm2_sm90 STATIC ${GEMM2_KERNELS_SM90})
9190
set_target_properties(gemm2_sm90 PROPERTIES
9291
CUDA_ARCHITECTURES "${_sm90_archs}"
9392
POSITION_INDEPENDENT_CODE ON

0 commit comments

Comments
 (0)