Skip to main content

Crate oxicuda_rocm

Crate oxicuda_rocm 

Source
Expand description

OxiCUDA ROCm backend — GPU compute via AMD HIP runtime.

§Platform Support

PlatformStatus
Linux (AMD GPU)Full support via libamdhip64.so
WindowsNot supported (UnsupportedPlatform)
macOSNot supported (UnsupportedPlatform)

Re-exports§

pub use backend::RocmBackend;
pub use error::RocmError;
pub use error::RocmResult;

Modules§

backend
RocmBackend — the main entry point for the oxicuda-rocm crate.
device
ROCm/HIP device wrapper.
error
Error types for the oxicuda-rocm backend.
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.