MCPcopy Create free account
hub / github.com/evilsocket/cake / CudaBackend

Class CudaBackend

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

Source from the content-addressed store, hash-verified

13/// CUDA backend — uses custom PTX kernels for fused operations.
14#[derive(Debug)]
15pub struct CudaBackend {
16 device: Device,
17}
18
19impl CudaBackend {
20 pub fn new(device: Device) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected