Skip to content

Commit 4ec3a97

Browse files
committed
SWDEV-445460: Changelog for warp sync builtins in HIP 6.2.
Change-Id: I79de9ce945a4d9413a8fbb8bbe162883ffd3b63c
1 parent 5f68a45 commit 4ec3a97

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
Full documentation for HIP is available at [docs.amd.com](https://docs.amd.com/)
44

5+
## HIP 6.2 (For ROCm 6.2)
6+
7+
### Added
8+
- Introduced the `_sync()` version of crosslane builtins such as `shfl_sync()`, `__all_sync()`
9+
and `__any_sync()`. These take a 64-bit integer as an explicit mask argument.
10+
- In HIP 6.2, these are hidden behind the preprocessor macro
11+
`HIP_ENABLE_WARP_SYNC_BUILTINS`, and will be enabled unconditionally in HIP 6.3.
12+
513
## HIP 6.1 (For ROCm 6.1)
614
### Optimizations
715

0 commit comments

Comments
 (0)