mirror of
https://github.com/amd/blis.git
synced 2026-04-19 23:28:52 +00:00
Added missing schema arg to knl packm kernels.
Details:
- Added the pack_t schema argument to the knl packm kernel functions.
This change was intended for inclusion in 31c8657. (Thank you SDE +
Travis CI.)
This commit is contained in:
@@ -109,6 +109,7 @@ static int32_t offsets[32] __attribute__((aligned(64))) =
|
||||
void bli_dpackm_knl_asm_8xk
|
||||
(
|
||||
conj_t conja,
|
||||
pack_t schema,
|
||||
dim_t cdim_,
|
||||
dim_t n_,
|
||||
dim_t n_max_,
|
||||
@@ -359,6 +360,7 @@ void bli_dpackm_knl_asm_8xk
|
||||
void bli_dpackm_knl_asm_24xk
|
||||
(
|
||||
conj_t conja,
|
||||
pack_t schema,
|
||||
dim_t cdim_,
|
||||
dim_t n_,
|
||||
dim_t n_max_,
|
||||
|
||||
@@ -111,6 +111,7 @@ static int32_t offsets[32] __attribute__((aligned(64))) =
|
||||
void bli_spackm_knl_asm_16xk
|
||||
(
|
||||
conj_t conja,
|
||||
pack_t schema,
|
||||
dim_t cdim_,
|
||||
dim_t n_,
|
||||
dim_t n_max_,
|
||||
@@ -377,6 +378,7 @@ void bli_spackm_knl_asm_16xk
|
||||
void bli_spackm_knl_asm_24xk
|
||||
(
|
||||
conj_t conja,
|
||||
pack_t schema,
|
||||
dim_t cdim_,
|
||||
dim_t n_,
|
||||
dim_t n_max_,
|
||||
|
||||
Reference in New Issue
Block a user