[clang] AMDGPU: Add missing gfx* generic targets handling in clang (NVPTX, OpenMP runtime) (PR #94483)
Konstantin Zhuravlyov via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 5 08:55:47 PDT 2024
================
@@ -121,6 +121,11 @@ enum class CudaArch {
GFX1151,
GFX1200,
GFX1201,
+ GFX9_GENERIC,
----------------
kzhuravl wrote:
Done.
https://github.com/llvm/llvm-project/pull/94483
More information about the cfe-commits
mailing list