We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a675d0c commit 8d382bcCopy full SHA for 8d382bc
ggml/src/ggml-vulkan/ggml-vulkan.cpp
@@ -3974,7 +3974,8 @@ static vk_device ggml_vk_get_device(size_t idx) {
3974
device->disable_fusion = getenv("GGML_VK_DISABLE_FUSION") != nullptr;
3975
3976
device->add_rms_fusion = !device->disable_fusion &&
3977
- device->subgroup_add;
+ device->subgroup_add &&
3978
+ device->vendor_id != VK_VENDOR_ID_INTEL;
3979
device->partials_binding_alignment =
3980
std::max(4u, (uint32_t)device->properties.limits.minStorageBufferOffsetAlignment);
3981
0 commit comments