mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-04-30 11:21:56 +00:00
15 lines
461 B
Markdown
15 lines
461 B
Markdown
### 🔀 [#569](https://github.com/ikawrakow/ik_llama.cpp/pull/569) - Conditionally disable fused ops when building with Vulkan enabled
|
|
|
|
| **Author** | `ikawrakow` |
|
|
| :--- | :--- |
|
|
| **State** | ❌ **Closed** |
|
|
| **Created** | 2025-07-02 |
|
|
| **Updated** | 2025-07-02 |
|
|
|
|
---
|
|
|
|
#### Description
|
|
|
|
Last PR just disabled them, here we disable them only if building with Vulkan support.
|
|
|
|
This is temporary until the fused ops are implemented in the Vulkan backend. |