Expand description
trueno-gpu has moved to aprender-gpu.
This crate re-exports aprender-gpu for backward compatibility.
New code should depend on aprender-gpu directly.
Modules§
- backend
- Multi-Backend Abstraction
- error
- Error types for trueno-gpu operations Error types for trueno-gpu operations
- graph
- PMAT-291: Tensor compute graph for GPU inference (reduces 430 dispatches to ~15) PMAT-291: Tensor Compute Graph for GPU Inference
- monitor
- TUI Compute Mode Flow: CPU, GPU, and Memory Monitoring
- testing
- E2E visual testing framework for GPU kernels E2E Visual Testing Framework for GPU Kernels
Structs§
- Cuda
Device Info - CUDA device information from native driver API
- Cuda
Memory Info - Real-time CUDA memory information from cuMemGetInfo
Enums§
- GpuError
- Errors that can occur during GPU operations
Functions§
- cuda_
device_ count - Get the number of CUDA devices
- cuda_
monitoring_ available - Check if CUDA monitoring is available
Type Aliases§
- Result
- Result type alias for trueno-gpu operations