sgemm_gemmini_dma: Update with new compute API

This commit is contained in:
Hansung Kim
2024-11-09 16:49:39 -08:00
parent ad75561efe
commit ac42f2dbba

View File

@@ -113,7 +113,8 @@ void thread_block_matmul_gemmini(kernel_arg_t *__UNIFORM__ arg,
dim_m, dim_n, dim_k, TILE_M, TILE_N, TILE_K);
/* DO STUFF */
gemmini_fence();
gemmini_tile_compute(a_hexadecile, b_hexadecile, tile_k > 0);
gemmini_tile_compute</*store_to_spad=*/false>(
a_hexadecile, b_hexadecile, 0 /*d_hexadecile*/, tile_k > 0);
}
/*