We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4345aa5 commit 6927384Copy full SHA for 6927384
1 file changed
src/turbomind/kernels/gemm/CMakeLists.txt
@@ -50,6 +50,7 @@ add_library(gemm2
50
cast.cu
51
unpack.cu
52
context.cu
53
+ tma.cu
54
tuner/cache_utils.cu
55
tuner/measurer.cu
56
tuner/sampler.cu
@@ -86,7 +87,7 @@ set_property(TARGET gemm2 PROPERTY CUDA_RESOLVE_DEVICE_SYMBOLS ON)
86
87
88
if(GEMM2_ARCH_90_ENABLED)
89
# SM90 kernels only compile for 90/90a; avoid building them for sm_100.
- add_library(gemm2_sm90 STATIC ${GEMM2_KERNELS_SM90})
90
+ add_library(gemm2_sm90 STATIC ${GEMM2_KERNELS_SM90} )
91
set_target_properties(gemm2_sm90 PROPERTIES
92
CUDA_ARCHITECTURES "${_sm90_archs}"
93
POSITION_INDEPENDENT_CODE ON
0 commit comments