Update mul_mat_vec_q6_k.comp

This commit is contained in:
Eve 2024-12-28 00:57:36 +00:00 committed by GitHub
parent 25d7ae429d
commit b3b30e42fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ layout (constant_id = 1) const uint NUM_ROWS = 1;
shared FLOAT_TYPE tmpsh[NUM_ROWS][BLOCK_SIZE];
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) {
uint a_offset, b_offset, d_offset;