Files
ik_llama.cpp/github-data/pull_requests/569 - Conditionally disable fused ops when building with Vulkan enabled.md
2025-07-23 13:31:53 +02:00

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.