Add shader count for Intel Arc Pro B60 (#20818)
This commit is contained in:
parent
b1c70e2e54
commit
cea560f483
1 changed files with 1 additions and 0 deletions
|
|
@ -16048,6 +16048,7 @@ static uint32_t ggml_vk_intel_shader_core_count(const vk::PhysicalDevice& vkdev)
|
||||||
case 0xE20C: // B570
|
case 0xE20C: // B570
|
||||||
return 18;
|
return 18;
|
||||||
case 0xE20B: // B580
|
case 0xE20B: // B580
|
||||||
|
case 0xE211: // Pro B60
|
||||||
return 20;
|
return 20;
|
||||||
default:
|
default:
|
||||||
return 0;
|
return 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue