mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2025-06-30 13:26:27 -04:00
Fix improper seed re-storage
This commit is contained in:
@ -29,6 +29,6 @@ __global__ void f32_to_u8(
|
|||||||
|
|
||||||
int idst = dstride * y + x;
|
int idst = dstride * y + x;
|
||||||
dst[idst] = out;
|
dst[idst] = out;
|
||||||
rctxs[rb_incr(rb->head, tid)] = rctx;
|
rctxs[rb_incr(rb->tail, tid)] = rctx;
|
||||||
}
|
}
|
||||||
''')
|
''')
|
||||||
|
Reference in New Issue
Block a user