Expand description
Minimal safe HIP/ROCm bindings, modeled after cudarc.
Surface intentionally small: only what luminal_rocm_lite needs to host
a kernel-launch-based runtime. Grow this crate by following cudarc’s
API shape so call sites in luminal stay near-identical.
Re-exports§
pub use driver::DevicePtr;pub use driver::DriverError;pub use driver::HipContext;pub use driver::HipFunction;pub use driver::HipModule;pub use driver::HipSlice;pub use driver::HipStream;pub use hiprtc::HiprtcError;pub use hiprtc::Hsaco;