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
In #1091, we adds the unsafe-fp-atomic into our compilation.
Although HIP should support it after 5, but its shipped clang might not support it yet and throw the unused warning.
In #1091, we adds the unsafe-fp-atomic into our compilation.
Although HIP should support it after 5, but its shipped clang might not support it yet and throw the unused warning.
We could handle it like https://cmake.org/cmake/help/latest/module/CheckCXXCompilerFlag.html
Try using hip to compile a dummy program with the flag and check whether it throws any warning.
The text was updated successfully, but these errors were encountered: