v4.3 tag release update. (#2789)

This commit is contained in:
Junkai-Wu
2025-11-20 20:49:44 -05:00
committed by GitHub
parent 406e078b29
commit 8cd5bef43a
225 changed files with 23229 additions and 2813 deletions
+47
View File
@@ -56,3 +56,50 @@ cutlass_test_unit_add_executable(
sm90_sparse_gemm_compressor_f8.cu
)
add_custom_target(
cutlass_test_unit_sm100_structured_sparse_gemm_compressor
DEPENDS
cutlass_test_unit_sm100_structured_sparse_gemm_compressor_f32
cutlass_test_unit_sm100_structured_sparse_gemm_compressor_f16
cutlass_test_unit_sm100_structured_sparse_gemm_compressor_f8
cutlass_test_unit_sm100_structured_sparse_gemm_compressor_f6
cutlass_test_unit_sm100_structured_sparse_gemm_compressor_f4_qmma
cutlass_test_unit_sm100_structured_sparse_gemm_compressor_f4_omma
)
cutlass_test_unit_add_executable(
cutlass_test_unit_sm100_structured_sparse_gemm_compressor_f32
sm100_sparse_gemm_compressor_f32.cu
)
cutlass_test_unit_add_executable(
cutlass_test_unit_sm100_structured_sparse_gemm_compressor_f16
sm100_sparse_gemm_compressor_f16.cu
)
cutlass_test_unit_add_executable(
cutlass_test_unit_sm100_structured_sparse_gemm_compressor_f8
sm100_sparse_gemm_compressor_f8.cu
)
cutlass_test_unit_add_executable(
cutlass_test_unit_sm100_structured_sparse_gemm_compressor_f6
sm100_sparse_gemm_compressor_f6.cu
)
cutlass_test_unit_add_executable(
cutlass_test_unit_sm100_structured_sparse_gemm_compressor_f4_qmma
sm100_sparse_gemm_compressor_f4_qmma.cu
)
cutlass_test_unit_add_executable(
cutlass_test_unit_sm100_structured_sparse_gemm_compressor_f4_omma
sm100_sparse_gemm_compressor_f4_omma.cu
)