mirror of
https://github.com/amd/blis.git
synced 2026-05-11 09:39:59 +00:00
Somehow forgot the most important microkernel.
This commit is contained in:
@@ -661,8 +661,8 @@ void bli_dgemm_asm_6x8
|
||||
//void* a_next = bli_auxinfo_next_a( data );
|
||||
//void* b_next = bli_auxinfo_next_b( data );
|
||||
|
||||
dim_t k_iter = k / 4;
|
||||
dim_t k_left = k % 4;
|
||||
uint64_t k_iter = k / 4;
|
||||
uint64_t k_left = k % 4;
|
||||
|
||||
__asm__ volatile
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user