Files
mines/rin/miner/gpu/RinHash-cuda/rinhash_device.cuh
Dobromir Popov db60983796 add cuda
2025-09-05 03:28:33 +03:00

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