Skip to content

Commit 54b0053

Browse files
committed
this one is more power efficient
1 parent 940817b commit 54b0053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1742,7 +1742,7 @@ static void ggml_vk_load_shaders(vk_device& device) {
17421742

17431743
// chip specific tuning
17441744
if (device->architecture == AMD_GCN)
1745-
m_warptile_mmq = { 256, 64, 64, 32, subgroup_size_8, 16, 2, 2, tn_m, tk_m, subgroup_size_8 };
1745+
m_warptile_mmq = { 256, 64, 64, 32, 16, 16, 2, 2, tn_m, tk_m, 16 };
17461746

17471747
l_mmq_wg_denoms = l_wg_denoms = {128, 128, 1 };
17481748
m_mmq_wg_denoms = m_wg_denoms = { 64, 64, 1 };

0 commit comments

Comments
 (0)