From d9f021e52fb9d270416364665bd0c6c1c3ab4997 Mon Sep 17 00:00:00 2001 From: Cole Ramos Date: Tue, 21 Feb 2023 15:46:35 -0600 Subject: [PATCH] Add v1.07 issues to changelog [ROCm/rocprofiler-compute commit: 8108a13b7f7200ccf44313d41b8345d582369aa0] --- projects/rocprofiler-compute/CHANGES | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/projects/rocprofiler-compute/CHANGES b/projects/rocprofiler-compute/CHANGES index 0c1e9550d8..df7d31d386 100644 --- a/projects/rocprofiler-compute/CHANGES +++ b/projects/rocprofiler-compute/CHANGES @@ -1,7 +1,16 @@ Version 1.0.7 (21 Feb 2023) - * Improve error message when no GPU(s) detected (#85) - + * update documentation (#52, #64) + * improved detection of invalid command line arguments (#58, #76) + * enhancements to standalone roofline (#61) + * enable Omniperf on systems with X-server (#62) + * raise minimum version requirement for rocm (#64) + * enable baseline comparison in CLI analysis (#65) + * add multi-normalization to new metrics (#68, #81) + * support alternative profilers (#70) + * add MI100 configs to override rocprofiler's incomplete default (#75) + * improve error message when no GPU(s) detected (#85) + Version 1.0.6 (21 Dec 2022) * CI update: documentation now published via github action (#22)