hanzo-rocm 0.5.2

Rust bindings for AMD ROCm libraries
1
2
3
4
5
6
7
#ifndef ROCBLAS_WRAPPER_H
#define ROCBLAS_WRAPPER_H

// Include only the main header
#include <rocblas/rocblas.h>

#endif // ROCBLAS_WRAPPER_H