mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-08 22:28:06 -05:00
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:
@@ -615,7 +615,6 @@ For a historical overview of ROCm component updates, see the {doc}`ROCm consolid
|
||||
|
||||
#### 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.
|
||||
@@ -776,4 +775,4 @@ clang-offload-bundles into individual code objects found within the objects
|
||||
or executables passed as input. The ``llvm-objdump --offloading`` tool option also
|
||||
supports the ``--arch-name`` option, and only extracts code objects found with
|
||||
the specified target architecture. See [llvm-objdump](https://llvm.org/docs/CommandGuide/llvm-objdump.html)
|
||||
for more information.
|
||||
for more information.
|
||||
|
||||
Reference in New Issue
Block a user