[llvm-branch-commits] [openmp] release/18.x: [OpenMP][OMPT] Fix hsa include when building amdgpu/src/rtl.cpp (PR #95484)

Johannes Doerfert via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Jun 14 07:15:40 PDT 2024


jdoerfert wrote:

If we make being declare variant elide on a user defined compile time condition, we could use the change in the `EF_AMDGPU_MACH_AMDGCN_LAST` value to determine a minimum version:
```
EF_AMDGPU_MACH_AMDGCN_LAST <= EF_AMDGPU_MACH_AMDGCN_GFX1013,
```
It's not possible right now but not hard to do.

https://github.com/llvm/llvm-project/pull/95484


More information about the llvm-branch-commits mailing list