Skip to content

Commit ecc8815

Browse files
author
da.huo
committed
add tma in 90 rear
1 parent 8ce664f commit ecc8815

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
@@ -16,7 +16,6 @@ set(GEMM2_KERNELS_SM80
1616
kernel/sm80_16816_16.cu
1717
)
1818
set(GEMM2_KERNELS_SM90
19-
tma.cu
2019
kernel/sm90_16816_4.cu
2120
kernel/sm90_16816_8.cu
2221
kernel/sm90_16816_16.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} tma.cu )
9190
set_target_properties(gemm2_sm90 PROPERTIES
9291
CUDA_ARCHITECTURES "${_sm90_archs}"
9392
POSITION_INDEPENDENT_CODE ON

0 commit comments

Comments
 (0)