Module cuda

Module cuda 

Source
Expand description

CUDA code generation and GPU execution for accelerated analysis.

This module provides:

  • Transpiled CUDA kernels from Rust DSL
  • Actual GPU execution via ringkernel-cuda
  • Benchmarking infrastructure for CPU vs GPU comparison

Re-exports§

pub use runtime::AnalysisRuntime;
pub use runtime::Backend;
pub use runtime::RuntimeStatus;

Modules§

runtime
GPU runtime with CUDA acceleration and CPU fallback.

Structs§

CudaKernelConfig
CUDA kernel configuration.

Enums§

CudaKernelType
Available CUDA kernels.