Remove upcoming changes section

This commit is contained in:
Istvan Kiss
2024-12-18 17:49:44 +01:00
parent 449c0e00b3
commit 42da33d8b6

View File

@@ -684,12 +684,6 @@ See the full [AMD SMI changelog](https://github.com/ROCm/amdsmi/blob/6.3.x/CHANG
preprocessor macro `HIP_ENABLE_WARP_SYNC_BUILTINS`, and will be enabled
unconditionally in the next ROCm release.
#### Upcoming changes
* Deprecated HIP APIs:
- `hipHostMalloc` to be replaced by `hipExtHostAlloc`.
- `hipHostFree` to be replaced by `hipFreeHost`.
### **hipBLAS** (2.3.0)
#### Added