mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2025-02-05 11:40:04 -05:00
Be more conservative in running overflow check
This commit is contained in:
parent
2e4e525d49
commit
411d8b6263
@ -369,7 +369,7 @@ void iter(
|
||||
shl.b32 off, %3, 3;
|
||||
cvt.u64.u32 ptr, off;
|
||||
add.u64 ptr, ptr, %4;
|
||||
setp.le.f32 p, %5, 0.98;
|
||||
setp.le.f32 p, %5, 0.97;
|
||||
@p red.global.add.u64 [ptr], val;
|
||||
@p bra oflow_end;
|
||||
atom.global.add.u64 val, [ptr], val;
|
||||
|
Loading…
Reference in New Issue
Block a user