SWDEV-520384 - CHANGELOG update (#882)

[ROCm/clr commit: ac40f0cfb6]
This commit is contained in:
Xie, Pengda
2025-08-15 19:23:32 -07:00
zatwierdzone przez GitHub
rodzic 5ce7103555
commit 405061b019
+5
Wyświetl plik
@@ -26,6 +26,11 @@ Full documentation for HIP is available at [rocm.docs.amd.com](https://rocm.docs
* Changed HIP APIs
- `hipMemCreate` now can take hipDeviceMallocUncached as a flag to allocate uncached memory
### Optimized
* Improved hip module loading latency
* Optimized kernel metadata retrieval during module post load
## HIP 7.0 for ROCm 7.0
### Added