We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6927384 commit aff8020Copy full SHA for aff8020
1 file changed
src/turbomind/kernels/gemm/CMakeLists.txt
@@ -50,7 +50,6 @@ 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
@@ -87,7 +86,7 @@ set_property(TARGET gemm2 PROPERTY CUDA_RESOLVE_DEVICE_SYMBOLS ON)
87
86
88
if(GEMM2_ARCH_90_ENABLED)
89
# SM90 kernels only compile for 90/90a; avoid building them for sm_100.
90
- add_library(gemm2_sm90 STATIC ${GEMM2_KERNELS_SM90} )
+ 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