Skip to content

Commit afb5c2d

Browse files
committed
vulkan: disable warp 32 for RDNA3
1 parent 1c17520 commit afb5c2d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1544,13 +1544,6 @@ static std::vector<GpuPipelineConfig> gpu_pipeline_configs = {
15441544
},
15451545
RDNA_DEFAULT_SUBGROUP_SIZE
15461546
},
1547-
{
1548-
vk_device_architecture::AMD_RDNA3,
1549-
{
1550-
rdna_pipelines,
1551-
},
1552-
RDNA_DEFAULT_SUBGROUP_SIZE
1553-
},
15541547
};
15551548

15561549
static uint32_t get_subgroup_size(const std::string &pipeline_name, const vk_device_architecture &arch) {

0 commit comments

Comments
 (0)