-
Notifications
You must be signed in to change notification settings - Fork 602
Description
Error as described in title. Like in my previous issue #1896 , I have to go back to v1.103.
Running on Intel Iris Xe.
The only model that ever worked with SDUI running Vulkan was DreamShaperXL Turbo. All other models always generated errors unless I ran CLBlast. Now CLBlast is not working too.
I tested this with 1.105, 1.105.1, and 1.105.2. They all generate the error described below.
Error when Vulkan selected:
GGML_ASSERT_CONTINUE: ggml/src/ggml-vulkan/ggml-vulkan.cpp:6023: wg0 <= ctx->device->properties.limits.maxComputeWorkGroupCount[0] && wg1 <= ctx->device->properties.limits.maxComputeWorkGroupCount[1] && wg2 <= ctx->device->properties.limits.maxComputeWorkGroupCount[2]
...
...
...
GGML_ASSERT_CONTINUE: ggml/src/ggml-vulkan/ggml-vulkan.cpp:6023: wg0 <= ctx->device->properties.limits.maxComputeWorkGroupCount[0] && wg1 <= ctx->device->properties.limits.maxComputeWorkGroupCount[1] && wg2 <= ctx->device->properties.limits.maxComputeWorkGroupCount[2]
GGML_ASSERT_CONTINUE: ggml/src/ggml-vulkan/ggml-vulkan.cpp:6023: wg0 <= ctx->device->properties.limits.maxComputeWorkGroupCount[0] && wg1 <= ctx->device->properties.limits.maxComputeWorkGroupCount[1] && wg2 <= ctx->device->properties.limits.maxComputeWorkGroupCount[2]
exception: access violation reading 0x0000007683550000
Generate Image: The response could not be sent, maybe connection was terminated?
Error when CLBlast selected:
Generating Image (9 steps)
OpenCL: Unsupported Tensor Type Detected: 23
Note that CLBlast only works on classic quants and K-quants!
otherarch/ggml_v3b-opencl.cpp:1821: GGML_ASSERT(to_fp32_cl != nullptr) failed