From 6e279c905ff0ccce0e6007a144646cfd511a6dca Mon Sep 17 00:00:00 2001 From: Richard Yan Date: Wed, 29 Jan 2025 22:16:39 -0800 Subject: [PATCH] volta change --- kernels/sgemm_tcore/sgemm_impl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernels/sgemm_tcore/sgemm_impl.hpp b/kernels/sgemm_tcore/sgemm_impl.hpp index 10829db2..e8fee85c 100644 --- a/kernels/sgemm_tcore/sgemm_impl.hpp +++ b/kernels/sgemm_tcore/sgemm_impl.hpp @@ -110,7 +110,7 @@ static_assert(WMITER * WNITER * TCM * TCN * NUM_WARPS * CORES_PER_CLUSTER == // result matrix will be stored in a swizzled form in the global memory. #define WMMA_STORE_FAST 0 -#define GEMMINI_DMA 1 +#define GEMMINI_DMA 0 #define GEMMINI_DMA_FAST 1 #if SMEM_SIZE == 0x4000 #define SMEM_ADDR_Q0 ((float * const) 0xff000000)