Skip to content

Commit d43537a

Browse files
committed
vulkan: fixed RDNA2 subgroup map
1 parent bf7352e commit d43537a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1530,7 +1530,6 @@ static const std::unordered_map<std::string, uint32_t> rdna1_pipelines = {
15301530
// Pipeline configuration for RDNA2 GPUs.
15311531
static const std::unordered_map<std::string, uint32_t> rdna2_pipelines = {
15321532
{"soft_max", 64}, {"im2col", 64},
1533-
{"argmax", 64},
15341533
};
15351534

15361535
static constexpr uint32_t RDNA_DEFAULT_SUBGROUP_SIZE = 32;

0 commit comments

Comments
 (0)