mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-09 14:48:06 -05:00
Windows release notes
This commit is contained in:
11
tools/autotag/templates/rocm_changes/#5.5-win.md#
Normal file
11
tools/autotag/templates/rocm_changes/#5.5-win.md#
Normal file
@@ -0,0 +1,11 @@
|
||||
<!-- markdownlint-disable first-line-h1 -->
|
||||
<!-- markdownlint-disable no-duplicate-header -->
|
||||
### AMD HIP SDK for Windows
|
||||
|
||||
#### HIP API Change
|
||||
|
||||
The following HIP API is updated in the ROCm v5.5.1 release,
|
||||
|
||||
##### `hipDeviceSetCacheConfig`
|
||||
|
||||
- The return value for `hipDeviceSetCacheConfig` is updated from `hipErrorNotSupported` to `hipSuccess`
|
||||
11
tools/autotag/templates/rocm_changes/5.5-win.md
Normal file
11
tools/autotag/templates/rocm_changes/5.5-win.md
Normal file
@@ -0,0 +1,11 @@
|
||||
<!-- markdownlint-disable first-line-h1 -->
|
||||
<!-- markdownlint-disable no-duplicate-header -->
|
||||
### What's New in This Release
|
||||
|
||||
#### HIP API Change
|
||||
|
||||
The following HIP API is updated in the ROCm v5.5.1 release,
|
||||
|
||||
##### `hipDeviceSetCacheConfig`
|
||||
|
||||
- The return value for `hipDeviceSetCacheConfig` is updated from `hipErrorNotSupported` to `hipSuccess`
|
||||
@@ -2,9 +2,21 @@
|
||||
<!-- markdownlint-disable no-duplicate-header -->
|
||||
### What's New in This Release
|
||||
|
||||
#### HIP SDK for Windows
|
||||
AMD is pleased to announce the availability of the HIP SDK for Windows as part
|
||||
of the ROCm platform. The
|
||||
[HIP SDK OS and GPU support page](https://rocm.docs.amd.com/en/docs-5.5.1/release/windows_support.html)
|
||||
lists the versions of Windows and GPUs validated by AMD. HIP SDK features on
|
||||
Windows are described in detail in our
|
||||
[What is ROCm?](https://rocm.docs.amd.com/en/docs-5.5.1/rocm.html#rocm-on-windows)
|
||||
page and differs from the Linux feature set. Visit
|
||||
[Quick Start](https://rocm.docs.amd.com/en/docs-5.5.1/deploy/windows/quick_start.html#)
|
||||
page to get started. Known issues are tracked on
|
||||
[GitHub](https://github.com/RadeonOpenCompute/ROCm/issues?q=is%3Aopen+label%3A5.5.1+label%3A%22Verified+Issue%22+label%3AWindows).
|
||||
|
||||
#### HIP API Change
|
||||
|
||||
The following HIP API is updated in the ROCm v5.5.1 release,
|
||||
The following HIP API is updated in the ROCm v5.5.1 release:
|
||||
|
||||
##### `hipDeviceSetCacheConfig`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user