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 5d8f984 commit a5fbb53Copy full SHA for a5fbb53
ggml/src/ggml-openvino/utils.cpp
@@ -82,7 +82,7 @@ enum ggml_status openvino_frontend_compute(ggml_backend_t backend, struct ggml_c
82
ov::AnyMap config;
83
if (device == "GPU") {
84
config = {
85
- {"GPU_ENABLE_SDPA_OPTIMIZATION", "1"}
+ {"GPU_ENABLE_SDPA_OPTIMIZATION", "0"}
86
};
87
}
88
0 commit comments