| 1 | //! Vulkan compute backend via ash (raw Vulkan bindings). |
| 2 | //! |
| 3 | //! GPU-accelerated elementwise ops + tiled matmul via SPIR-V compute shaders |
| 4 | //! (compiled from WGSL at build time via naga). Complex ops (normalization, |
nothing calls this directly
no outgoing calls
no test coverage detected