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

File mod.rs

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

Source from the content-addressed store, hash-verified

1//! CUDA compute backend with fused PTX kernels.
2//!
3//! All fused operations dispatch to custom CUDA kernels compiled from
4//! `fused_ops.cu` via PTX. GPU synchronization is a no-op on CUDA since

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected