Files
mines/rin/miner/gpu/RinHash-hip/rinhash_device.cuh
Dobromir Popov f5b05ce531 amd gpu scalffold
2025-09-05 03:36:28 +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