You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[rocPRIM] Disable int tests in test_lookback_reproducibility.cpp (#725)
* updated changelog to include known issue
* disabled int test
* updated changelog to contain more info
* disable int test for navi3x only
* fixed linker error
* removed comments
---------
Co-authored-by: NguyenNhuDi <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,10 @@ The following is the complete list of affected functions and how their default a
65
65
*`rocprim::warp_size()`
66
66
*`ROCPRIM_WAVEFRONT_SIZE`
67
67
68
+
### Known issues
69
+
* When using `rocprim::deterministic_inclusive_scan_by_key` and `rocprim::deterministic_exclusive_scan_by_key` the intermediate values can change order on Navi3x
70
+
* However if a commutative scan operator is used then the final scan value (output array) will still always be consistent between runs
0 commit comments