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
The RAJA unit test 'test-reducer-reset-seq.exe' fails reliably when the code is built with gcc and nvcc (note: only sequential version). The same test passes with other host compilers. Any thoughts on this?
The text was updated successfully, but these errors were encountered:
There is usually a missing compiler flag for this problem: #1073 (comment). Although @trws's reaction in that thread indicates that there may be a more serious problem with something being inlined out, in order for the test to work.
Do you have error output for when the test fails? I checked over in the
other issue and can’t seem to find an instance of the failure in the
azure logs.
I would have to rerun. This may have come up in CI discussion before (I can't recall) and the compiler flag @rchen20 referred to may have been added in the appropriate location. I'll do some more exploration with that option and report back.
The RAJA unit test 'test-reducer-reset-seq.exe' fails reliably when the code is built with gcc and nvcc (note: only sequential version). The same test passes with other host compilers. Any thoughts on this?
The text was updated successfully, but these errors were encountered: