Skip to content

Commit b3b30e4

Browse files
authored
Update mul_mat_vec_q6_k.comp
1 parent 25d7ae4 commit b3b30e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_q6_k.comp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ layout (constant_id = 1) const uint NUM_ROWS = 1;
1111

1212
shared FLOAT_TYPE tmpsh[NUM_ROWS][BLOCK_SIZE];
1313
shared FLOAT_TYPE sccache[BLOCK_SIZE/16][16];
14-
shared block_q6_K_packed16 blkcache[BLOCK_SIZE/16];
14+
shared block_q6_K_packed16 blkcache[BLOCK_SIZE/16 + 1];
1515

1616
void compute_outputs(const uint32_t first_row, const uint32_t num_rows) {
1717
uint a_offset, b_offset, d_offset;

0 commit comments

Comments
 (0)