Update RELEASE.md (#581)

* Update RELEASE.md

Remove support for rocBlas and hipBlasLt

* Update CHANGELOG.md

Removed from the Changelog as well.
This commit is contained in:
randyh62
2025-10-09 13:15:08 -07:00
committed by GitHub
parent 978c58d196
commit c06242bb89
2 changed files with 1 additions and 3 deletions

View File

@@ -42,7 +42,6 @@ for a complete overview of this release.
#### Added
* Support for rocBLAS and hipBLASLt targeting gfx1150 and gfx1151.
* Support for the `hipMemAllocationTypeUncached` flag, enabling developers to allocate uncached memory. This flag is now supported in the following APIs:
- `hipMemGetAllocationGranularity` determines the recommended allocation granularity for uncached memory.
- `hipMemCreate` allocates memory with uncached properties.