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§
- Cuda
Kernel Config - CUDA kernel configuration.
Enums§
- Cuda
Kernel Type - Available CUDA kernels.