]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Add shader count for Intel Arc Pro B60 (#20818)
authorMatt Corallo <redacted>
Sat, 21 Mar 2026 04:22:51 +0000 (04:22 +0000)
committerGitHub <redacted>
Sat, 21 Mar 2026 04:22:51 +0000 (05:22 +0100)
ggml/src/ggml-vulkan/ggml-vulkan.cpp

index 566958b3a9df088fdc9ab844510871af10c00dbf..221e6fa04e957e481548ad2723964c33fe2d4fc5 100644 (file)
@@ -16048,6 +16048,7 @@ static uint32_t ggml_vk_intel_shader_core_count(const vk::PhysicalDevice& vkdev)
     case 0xE20C:  // B570
         return 18;
     case 0xE20B:  // B580
+    case 0xE211:  // Pro B60
         return 20;
     default:
         return 0;