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
Currently, the fix is not to use -1 in the MG tests, but this is not a permanent fix. The new primitive added in #2623 should resolve this issue once it is implemented @seunghwak . Once that happens, the tests should changed back to using -1.
…#2666)
This PR will correct an error that shows up occasionally in the MG tests, especially when running on an odd number of GPUs. This error is related to issue #2665 and resolves it temporarily while the C++ team works on a permanent fix.
Authors:
- Alex Barghi (https://github.com/alexbarghi-nv)
Approvers:
- Rick Ratzel (https://github.com/rlratzel)
URL: #2666
Currently, the fix is not to use
-1
in the MG tests, but this is not a permanent fix. The new primitive added in #2623 should resolve this issue once it is implemented @seunghwak . Once that happens, the tests should changed back to using-1
.MRE:
Expected:
Actual:
The text was updated successfully, but these errors were encountered: