9 lines
169 B
Plaintext
9 lines
169 B
Plaintext
#ifndef RINHASH_DEVICE_CUH
|
|
#define RINHASH_DEVICE_CUH
|
|
|
|
#include <cuda_runtime.h>
|
|
#include <device_launch_parameters.h>
|
|
#include <stdint.h>
|
|
|
|
#endif // RINHASH_DEVICE_CUH
|