From 793ff3c1b2c440b4912dcaaefd3e8cb3bd2b523e Mon Sep 17 00:00:00 2001 From: Sandra Polifroni Date: Tue, 1 Oct 2024 15:19:28 -0400 Subject: [PATCH] edited the changelog so that the entry for 6.2.1 matches the release notes. --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 734ec5ac23..b0f0cf9fef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,10 +36,6 @@ Full documentation for HIP is available at [rocm.docs.amd.com](https://rocm.docs * Soft hang when use AMD_SERIALIZE_KERNEL. * Memory leak in hipIpcCloseMemHandle. -### Added -- Added new HIP APIs - - `hipDeviceGetTexture1DLinearMaxWidth` returns the maximum number of elements allocatable in a 1D linear texture for a given element size. - ## HIP 6.2 (For ROCm 6.2) ### Added