Skip to content
1 change: 1 addition & 0 deletions tests/cpp/operator/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ if(USE_CUDA)
else()
list(APPEND test_cuda_sources
test_cublaslt_gemm.cu
test_gemm_prodgemm.cu
test_cast_mxfp4_transpose.cu)
endif()

Expand Down
Loading
Loading