From a55118f63d49a63e7bdd3e8a66bc477e607b3b8b Mon Sep 17 00:00:00 2001 From: Ioannis Assiouras Date: Mon, 16 Dec 2024 23:23:00 +0000 Subject: [PATCH] SWDEV-497636 - Updated CHANGELOG Updated CHANGELOG to include the performance fix for kernel launch latency with increasing number of idle streams. Change-Id: I509e14cb8f8cd3abe61c6ede78808e96ef8f06e1 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec071a9575..b8185f9d63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ Full documentation for HIP is available at [rocm.docs.amd.com](https://rocm.docs * Added new environment variable - `DEBUG_HIP_7_PREVIEW` This is used for enabling the backward incompatible changes before the next major ROCm release 7.0. By default this is set to 0. Users can set this variable to 0x1, to match the behavior of hipGetLastError with its corresponding CUDA API. +### Resolved issues +* Fixed a performance issue where the kernel launch efficiency on the default stream declined + with increasing number of user-created streams. + ## HIP 6.3 for ROCm 6.3 ### Changed