Expand description
OxiCUDA ROCm backend — GPU compute via AMD HIP runtime.
§Platform Support
| Platform | Status |
|---|---|
| Linux (AMD GPU) | Full support via libamdhip64.so |
| Windows | Not supported (UnsupportedPlatform) |
| macOS | Not supported (UnsupportedPlatform) |
Re-exports§
pub use backend::RocmBackend;pub use error::RocmError;pub use error::RocmResult;
Modules§
- backend
RocmBackend— the main entry point for theoxicuda-rocmcrate.- device
- ROCm/HIP device wrapper.
- error
- Error types for the
oxicuda-rocmbackend. - hip_
kernels - HIP C++ kernel source generation for AMD ROCm GPUs.
- hipblas
- hipBLAS interop for AMD ROCm GPUs.
- hiprtc
- HIP Runtime Compilation (hipRTC) — dynamic kernel compilation at runtime.
- memory
- ROCm/HIP device memory manager.
- multi_
device - Multi-GPU HIP dispatch for AMD ROCm workloads.