From ad68d2deb4c77c6ff8b5e7f27ce47ec6bdaf5466 Mon Sep 17 00:00:00 2001 From: Aryan Salmanpour Date: Tue, 4 Feb 2025 15:53:58 -0500 Subject: [PATCH] Udpate CHANGELOG (#119) * Udpate CHANGELOG * clean up * clean up [ROCm/rocjpeg commit: 73d36d35d90137ffbfcec276bdf973823ef0c0b9] --- projects/rocjpeg/CHANGELOG.md | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/projects/rocjpeg/CHANGELOG.md b/projects/rocjpeg/CHANGELOG.md index f83b095c84..7cef113eef 100644 --- a/projects/rocjpeg/CHANGELOG.md +++ b/projects/rocjpeg/CHANGELOG.md @@ -3,33 +3,13 @@ Documentation for rocJPEG is available at [https://rocm.docs.amd.com/projects/rocJPEG/en/latest/](https://rocm.docs.amd.com/projects/rocJPEG/en/latest/) -## (Unreleased) rocJPEG 0.8.0 +## rocJPEG 0.8.0 for ROCm 6.4 ### Changed * AMD Clang++ is now the default CXX compiler. -* `rocJPEG-setup.py` setup script updates to common package install: Setup no longer installs public compiler package. * The jpegDecodeMultiThreads sample has been renamed to jpegDecodePerf, and batch decoding has been added to this sample instead of single image decoding for improved performance. -### Removed - -* - -### Resolved issues - -* - -### Tested configurations - -* Linux - * Ubuntu - `22.04` / `24.04` - * RHEL - `8` / `9` - * SLES - `15 SP5` -* ROCm: `6.3.0` -* libva-amdgpu-dev - `2.16.0` -* mesa-amdgpu-va-drivers - `1:24.3.0` -* rocJPEG Setup Script - `V2.3.0` - ## rocJPEG 0.6.0 for ROCm 6.3.0 ### Changes