9 lines
167 B
Plaintext
9 lines
167 B
Plaintext
#ifndef RINHASH_DEVICE_CUH
|
|
#define RINHASH_DEVICE_CUH
|
|
|
|
#include <hip/hip_runtime.h>
|
|
#include <hip/hip_runtime_api.h>
|
|
#include <stdint.h>
|
|
|
|
#endif // RINHASH_DEVICE_CUH
|