From dcd3673e6641b2b3ed371e4a374d25090bd22ef2 Mon Sep 17 00:00:00 2001 From: Sameer Sahasrabuddhe Date: Mon, 19 Feb 2024 11:04:56 +0530 Subject: [PATCH] SWDEV-295298: hide warp sync builtins in ROCm 6.2 (absent in 6.1) Change-Id: I6d59e4f3a133dce5ea0521fc9d09f93f9fd0f376 [ROCm/clr commit: 0421a35f715f284ac3353399115617d0226950a6] --- .../hipamd/include/hip/amd_detail/amd_warp_sync_functions.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/clr/hipamd/include/hip/amd_detail/amd_warp_sync_functions.h b/projects/clr/hipamd/include/hip/amd_detail/amd_warp_sync_functions.h index b8c67a8972..9d26d6f36f 100644 --- a/projects/clr/hipamd/include/hip/amd_detail/amd_warp_sync_functions.h +++ b/projects/clr/hipamd/include/hip/amd_detail/amd_warp_sync_functions.h @@ -22,10 +22,10 @@ THE SOFTWARE. #pragma once -// Warp sync builtins (with explicit mask argument) introduced in ROCm 6.1 as a +// Warp sync builtins (with explicit mask argument) introduced in ROCm 6.2 as a // preview to allow end-users to adapt to the new interface involving 64-bit // masks. These are disabled by default, and can be enabled by setting the macro -// below. The builtins will be enabled unconditionally in ROCm 6.2. +// below. The builtins will be enabled unconditionally in ROCm 6.3. // // This arrangement also applies to the __activemask() builtin defined in // amd_warp_functions.h.