You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ Full documentation for HIP is available at [rocm.docs.amd.com](https://rocm.docs
7
7
### Changed
8
8
* Added new environment variable
9
9
-`DEBUG_HIP_7_PREVIEW` This is used for enabling the backward incompatible changes before the next major ROCm release 7.0. By default this is set to 0. Users can set this variable to 0x1, to match the behavior of hipGetLastError with its corresponding CUDA API.
10
+
* New HIP APIs
11
+
- The `_sync()` version of crosslane builtins such as `shfl_sync()`,
12
+
`__all_sync()` and `__any_sync()`, are enabled by default. These can be
13
+
disabled by setting the preprocessor macro `HIP_DISABLE_WARP_SYNC_BUILTINS`.
0 commit comments