From 174cb7880616ac99b20073edeb6f047f4bdd24c5 Mon Sep 17 00:00:00 2001 From: Sameer Sahasrabuddhe Date: Thu, 24 Oct 2024 12:27:12 +0530 Subject: [PATCH] SWDEV-490198 - _sync() will be enabled by default in 6.4 Change-Id: I70a2c86695acf7c9b269b4576f24e0fa41781b81 --- docs/reference/kernel_language.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/kernel_language.rst b/docs/reference/kernel_language.rst index 86e4bb0540..9c69b9f019 100644 --- a/docs/reference/kernel_language.rst +++ b/docs/reference/kernel_language.rst @@ -1832,7 +1832,7 @@ the correct type is used. Note that the ``__sync`` variants are made available in ROCm 6.2, but disabled by default to help with the transition to 64-bit masks. They can be enabled by setting the preprocessor macro ``HIP_ENABLE_WARP_SYNC_BUILTINS``. These builtins -will be enabled unconditionally in ROCm 6.3. Wherever possible, the +will be enabled unconditionally in the next ROCm release. Wherever possible, the implementation includes a static assert to check that the program source uses the correct type for the mask.