Add shader count for Intel Arc Pro B60 (#20818)

This commit is contained in:
Matt Corallo 2026-03-21 04:22:51 +00:00 committed by GitHub
parent b1c70e2e54
commit cea560f483
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View 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;