rocm-rs 0.5.2

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

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

#endif // ROCRAND_WRAPPER_H