Skip to content

Commit

Permalink
SWDEV-490198 - _sync() will be enabled by default in 6.4
Browse files Browse the repository at this point in the history
Change-Id: I70a2c86695acf7c9b269b4576f24e0fa41781b81
  • Loading branch information
ssahasra authored and jujiang-del committed Oct 25, 2024
1 parent e0d0dad commit 174cb78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/kernel_language.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 174cb78

Please sign in to comment.