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