Update mul_mat_vec_q6_k.comp
This commit is contained in:
parent
25d7ae429d
commit
b3b30e42fc
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ layout (constant_id = 1) const uint NUM_ROWS = 1;
|
||||||
|
|
||||||
shared FLOAT_TYPE tmpsh[NUM_ROWS][BLOCK_SIZE];
|
shared FLOAT_TYPE tmpsh[NUM_ROWS][BLOCK_SIZE];
|
||||||
shared FLOAT_TYPE sccache[BLOCK_SIZE/16][16];
|
shared FLOAT_TYPE sccache[BLOCK_SIZE/16][16];
|
||||||
shared block_q6_K_packed16 blkcache[BLOCK_SIZE/16];
|
shared block_q6_K_packed16 blkcache[BLOCK_SIZE/16 + 1];
|
||||||
|
|
||||||
void compute_outputs(const uint32_t first_row, const uint32_t num_rows) {
|
void compute_outputs(const uint32_t first_row, const uint32_t num_rows) {
|
||||||
uint a_offset, b_offset, d_offset;
|
uint a_offset, b_offset, d_offset;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue