We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a7e1ce commit 337eaf4Copy full SHA for 337eaf4
ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_q2_k.comp
@@ -25,7 +25,6 @@ void compute_outputs(const uint32_t first_row, const uint32_t num_rows) {
25
26
const uint l0 = 2*v_in; // 0...15
27
const uint q_offset = 32*v_im + l0;
28
- const uint s_offset = 8*v_im;
29
const uint y_offset = 128*v_im + l0;
30
31
FLOAT_TYPE temp[NUM_COLS][NUM_ROWS];
0 commit comments