sgemm_gemmini_dma: Update with new compute API
This commit is contained in:
@@ -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);
|
dim_m, dim_n, dim_k, TILE_M, TILE_N, TILE_K);
|
||||||
/* DO STUFF */
|
/* DO STUFF */
|
||||||
gemmini_fence();
|
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);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user