Skip to content

Commit 15ead41

Browse files
committed
Add MX GEMMs as well as int4 weights with BF16/FP16 scales support
1 parent a6b0b5f commit 15ead41

File tree

2 files changed

+519
-0
lines changed

2 files changed

+519
-0
lines changed

examples/cute/tutorial/CMakeLists.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,14 @@ if (CUTLASS_ENABLE_SYCL)
6161
cute_tutorial_xe_gemm
6262
xe_gemm.cpp
6363
)
64+
65+
if(NOT "${DPCPP_HOST_COMPILER}" MATCHES "g\\+\\+")
66+
cutlass_example_add_executable(
67+
cute_tutorial_xe_gemm_microscaling
68+
xe_gemm_microscaling.cpp
69+
)
70+
endif()
71+
6472
endif()
6573

6674
if (SYCL_NVIDIA_TARGET)

0 commit comments

Comments
 (0)