SWDEV-490198 - _sync() will be enabled by default in 6.4

Change-Id: I70a2c86695acf7c9b269b4576f24e0fa41781b81
This commit is contained in:
Sameer Sahasrabuddhe
2024-10-24 12:27:12 +05:30
committed by Julia Jiang
parent e0d0dad697
commit 174cb78806
+1 -1
View File
@@ -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.