atomr-accel-cuda 0.10.0

GPU acceleration via the actor model. Wraps NVIDIA CUDA libraries (cuBLAS, cuDNN, cuFFT, cuRAND, cuSOLVER, cuSPARSE, cuTENSOR, cuBLASLt, NVRTC, NCCL) as supervised atomr actors with generation-validated buffers and a uniform async surface.
Documentation
1
2
3
4
5
6
7
8
9
//! Phase 3 conditional-graph smoke example.
//!
//! TODO: requires CUDA 12.4+ runtime; full conditional-graph if/while
//! exercise lands when the `graphs-conditional` actor surface is
//! GPU-tested.

fn main() {
    println!("graph_conditional: requires CUDA 12.4+ runtime; stub example");
}