Skip to content

Commit b54ddba

Browse files
committed
vulkan: increase coopmat2 mul_mat_id tile size
1 parent 129a0f1 commit b54ddba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ggml/src/ggml-vulkan/ggml-vulkan.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1946,10 +1946,10 @@ static void ggml_vk_load_shaders(vk_device& device) {
19461946
s_mmq_wg_denoms_k = { 32, 32, 1 };
19471947

19481948
// spec constants and tile sizes for quant matmul_id
1949-
l_warptile_mmqid = { 256, 128, 64, 16, 0 };
1949+
l_warptile_mmqid = { 256, 128, 128, 16, 0 };
19501950
m_warptile_mmqid = { 256, 128, 64, 16, 0 };
19511951
s_warptile_mmqid = { 256, 128, 64, 16, 0 };
1952-
l_mmqid_wg_denoms = { 128, 64, 1 };
1952+
l_mmqid_wg_denoms = { 128, 128, 1 };
19531953
m_mmqid_wg_denoms = { 128, 64, 1 };
19541954
s_mmqid_wg_denoms = { 128, 64, 1 };
19551955

0 commit comments

Comments
 (0)