mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-25 05:54:19 +00:00
10 lines
199 B
Common Lisp
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
|