aprender-cgp 0.30.0

Compute-GPU-Profile: Unified performance analysis CLI for scalar, SIMD, wgpu, and CUDA workloads
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Backend profilers for all compute modalities.
//! Wraps ncu, nsys, CUPTI, perf stat, wgpu timestamps, wasmtime, and more.

pub mod cuda;
pub mod neon;
pub mod quant;
pub mod rayon_parallel;
pub mod scalar;
pub mod simd;
pub mod system;
pub mod wasm;
pub mod wgpu_profiler;