Skip to content

Commit 174cb78

Browse files
ssahasrajujiang-del
authored andcommitted
SWDEV-490198 - _sync() will be enabled by default in 6.4
Change-Id: I70a2c86695acf7c9b269b4576f24e0fa41781b81
1 parent e0d0dad commit 174cb78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/kernel_language.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1832,7 +1832,7 @@ the correct type is used.
18321832
Note that the ``__sync`` variants are made available in ROCm 6.2, but disabled by
18331833
default to help with the transition to 64-bit masks. They can be enabled by
18341834
setting the preprocessor macro ``HIP_ENABLE_WARP_SYNC_BUILTINS``. These builtins
1835-
will be enabled unconditionally in ROCm 6.3. Wherever possible, the
1835+
will be enabled unconditionally in the next ROCm release. Wherever possible, the
18361836
implementation includes a static assert to check that the program source uses
18371837
the correct type for the mask.
18381838

0 commit comments

Comments
 (0)