1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-09 22:38:01 +00:00
sgminer/kernel/gostcoin-mod.cl
2017-06-20 10:56:57 -04:00

10 lines
199 B
Common Lisp

#ifndef SIBCOIN_MOD_CL
#define SIBCOIN_MOD_CL
__attribute__((reqd_work_group_size(WORKSIZE, 1, 1)))
__kernel void search(__global const uint2*restrict in, __global uint*restrict output)
{
}
#endif