From 7b57247b9ad94e6ad1e02ac03e1f4a5af5693a70 Mon Sep 17 00:00:00 2001 From: randyh62 <42045079+randyh62@users.noreply.github.com> Date: Fri, 6 Dec 2024 09:09:44 -0800 Subject: [PATCH] Update RELEASE.md (#4127) Change __AMDGCN_WAVEFRONT_SIZE__ macro to __AMDGCN_WAVEFRONT_SIZE macro --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 22e9785152..972ac6f2c1 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1725,7 +1725,7 @@ The following changes to the ROCm software stack are anticipated for future rele ### AMDGPU wavefront size compiler macro deprecation -The `__AMDGCN_WAVEFRONT_SIZE__` macro is deprecated and support will be removed in an upcoming +The `__AMDGCN_WAVEFRONT_SIZE` macro is deprecated and support will be removed in an upcoming release. It is recommended that any use of this macro be removed. For more information, see [AMDGPU support](https://rocm.docs.amd.com/projects/llvm-project/en/docs-6.3.0/LLVM/clang/html/AMDGPUSupport.html).