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
{{ message }}
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
Many libraries allow optimizations based on GPU architecture. You can specify what architecture you want to compile the library for, by using the CMake flag AMDGPU_TARGETS=...
For the MI100, the code gfx908 seems valid (i.e. no errors thrown), but on AMD Readmes, gfx908:xnack- is found often.
We need to understand exactly what to ask for. The answer lies here: https://llvm.org/docs/AMDGPUUsage.html
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Many libraries allow optimizations based on GPU architecture. You can specify what architecture you want to compile the library for, by using the CMake flag
AMDGPU_TARGETS=...
For the MI100, the code
gfx908
seems valid (i.e. no errors thrown), but on AMD Readmes,gfx908:xnack-
is found often.We need to understand exactly what to ask for. The answer lies here: https://llvm.org/docs/AMDGPUUsage.html
The text was updated successfully, but these errors were encountered: