1
2
3
4
5
6
7
8
9
#[cfg(feature = "blas")]
pub mod hipblas {
    #[doc(inline)]
    pub use hipblas_sys::*;
}
pub mod hiprt {
    #[doc(inline)]
    pub use hip_runtime_sys::*;
}