Skip to content

Commit 26b3b1d

Browse files
committed
SWDEV-455106 - Update changelog for ROCm 6.2
Change-Id: Ie41f9be1151fdc9d4d3a3499e4b9b6dbadd511bc
1 parent 9f063be commit 26b3b1d

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log for HIP
22

3-
Full documentation for HIP is available at [docs.amd.com](https://docs.amd.com/)
3+
Full documentation for HIP is available at [rocm.docs.amd.com](https://rocm.docs.amd.com/projects/HIP/en/latest/index.html)
44

55
## HIP 6.2 (For ROCm 6.2)
66

@@ -9,6 +9,19 @@ Full documentation for HIP is available at [docs.amd.com](https://docs.amd.com/)
99
and `__any_sync()`. These take a 64-bit integer as an explicit mask argument.
1010
- In HIP 6.2, these are hidden behind the preprocessor macro
1111
`HIP_ENABLE_WARP_SYNC_BUILTINS`, and will be enabled unconditionally in HIP 6.3.
12+
- Added new HIP APIs
13+
- `hipGetProcAddress` returns the pointer to driver function, corresponding to the defined driver function symbol.
14+
- `hipGetFuncBySymbol` returns the pointer to device entry function that matches entry function symbolPtr.
15+
- Added a new flag `integrated` support in device property
16+
17+
The `integrated` flag is added in the struct `hipDeviceProp_t`.
18+
On the integrated `APU` system, the runtime driver detects and sets this flag to `1`, in which case the API `hipDeviceGetAttribute` returns enum `hipDeviceAttribute_t` for hipDeviceAttributeIntegrated as value `1`, for integrated GPU device.
19+
20+
The enum value `hipDeviceAttributeIntegrated` corresponds to `cudaDevAttrIntegrated` on CUDA platform.
21+
22+
### Fixed
23+
- Stream capture support in HIP graph.
24+
Prohibited and unhandled operations are fixed during stream capture in HIP runtime.
1225

1326
## HIP 6.1 (For ROCm 6.1)
1427
### Optimizations

0 commit comments

Comments
 (0)