MCPcopy Create free account
hub / github.com/evilsocket/cake / mod.rs

File mod.rs

cake-core/src/backends/vulkan/mod.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected