diff options
author | Fabian Ritter <fabian.ritter@amd.com> | 2025-09-15 09:33:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-15 09:33:12 +0200 |
commit | 02d3e6ac75e776041fb1782efc4dfccfe6b46218 (patch) | |
tree | 4a8bf194bb3f0e2e05c828dde3dee64588bb178e /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | c60972a2cf16faba38844c82addeb78c893d5b3b (diff) | |
download | llvm-02d3e6ac75e776041fb1782efc4dfccfe6b46218.zip llvm-02d3e6ac75e776041fb1782efc4dfccfe6b46218.tar.gz llvm-02d3e6ac75e776041fb1782efc4dfccfe6b46218.tar.bz2 |
[HIP][Clang] Remove __AMDGCN_WAVEFRONT_SIZE macros (#157463)
Remove definitions, test uses, and documentation of the macros, which were
deprecated in November 2024 with PR #112849 / #115507.
Where required, the wavefront size should instead be queried via means provided
by the HIP runtime: the (non-constexpr) `warpSize` variable in device code, or
`hipGetDeviceProperties` in host code.
This change passed AMD-internal testing.
Implements SWDEV-522062.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions