Possible OpenCL cn/gpu fix
This commit is contained in:
parent
8724ce7328
commit
78dcdbd2dd
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ inline void generate_512(uint idx, __local ulong* in, __global ulong* out)
|
||||||
|
|
||||||
|
|
||||||
__attribute__((reqd_work_group_size(8, 8, 1)))
|
__attribute__((reqd_work_group_size(8, 8, 1)))
|
||||||
__kernel void cn0(__global ulong *input, __global int *Scratchpad, __global ulong *states, uint Threads)
|
__kernel void cn0(__global ulong *input, int, __global int *Scratchpad, __global ulong *states, uint Threads)
|
||||||
{
|
{
|
||||||
const uint gIdx = getIdx();
|
const uint gIdx = getIdx();
|
||||||
__local ulong State_buf[8 * 25];
|
__local ulong State_buf[8 * 25];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue