hanzo-rocm 0.5.2

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

// The main rocfft header already includes all necessary dependencies
#include <rocfft/rocfft.h>

#endif // ROCFFT_WRAPPER_H