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:
Field G. Van Zee
2019-09-17 18:00:29 -05:00
parent 31c8657f1d
commit c766c81d62
2 changed files with 4 additions and 0 deletions

View File

@@ -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_,

View File

@@ -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_,