hanzo-rocm 0.5.2

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

// Main rocsparse header is sufficient
#include <rocsparse/rocsparse.h>

#endif // ROCSPARSE_WRAPPER_H