Merge branch 'new-cisc' of https://github.com/hansungk/vortex-private into new-cisc

This commit is contained in:
Richard Yan
2025-01-28 17:14:49 -08:00
9 changed files with 1269 additions and 331 deletions

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);
}
/*