cuda-rust-wasm 0.1.7

CUDA to Rust transpiler with WebGPU/WASM support
Documentation
1
2
3
4
5
6
7
8
//! SIMD correctness test suite
//!
//! Tests verifying that vector and matrix operations produce numerically
//! correct results across various input sizes and edge cases.
//!
//! Note: This module file exists for documentation. The actual test entry
//! point is tests/simd_tests.rs which uses #[path] attributes to
//! include the submodule files.