Windows release notes

This commit is contained in:
Saad Rahim
2023-07-27 12:08:28 -06:00
parent e13e1d31c3
commit 419f674456
3 changed files with 35 additions and 1 deletions

View 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`

View 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`

View File

@@ -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`