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