From 13cc93298816b775c561de79830a8b33fb90f950 Mon Sep 17 00:00:00 2001 From: Cole Ramos Date: Tue, 30 May 2023 11:28:44 -0500 Subject: [PATCH] Update changelog for v1.0.8 Signed-off-by: Cole Ramos [ROCm/rocprofiler-compute commit: 73ed4743954a110770052b15b722510166fdc2e9] --- projects/rocprofiler-compute/CHANGES | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/projects/rocprofiler-compute/CHANGES b/projects/rocprofiler-compute/CHANGES index 148cd44a9b..651e871445 100644 --- a/projects/rocprofiler-compute/CHANGES +++ b/projects/rocprofiler-compute/CHANGES @@ -1,4 +1,26 @@ +Version 1.0.8 (30 May 2023) + + * add `--kernel-names` option to toggle kernelName overlay in standalone roofline plot (#93) + * remove unused python modules (#96) + * fix empirical roofline calculation for single dispatch workloads (#97) + * match color of arithmetic intensity points to corresponding bw lines + + * ux improvements in standalone GUI (#101) + * enhanced readability for filtering dropdowns in standalone GUI (#102) + * new logfile to capture rocprofiler output (#106) + * roofline support for sles15 sp4 and future service packs (#109) + * adding dockerfiles for all supported Linux distos + * new examples for `--roof-only` and `--kernel` options added to documentation + + * enable cli analysis in Windows (#110) + * optional random port number in standalone GUI (#111) + * limit length of visable kernel name in `--kernel-name` option (#115) + * adjust metric definitions (#117, #130) + * manually merge rocprof runs, overriding default rocprofiler implementation (#125) + * fixed compatibility issues with Python 3.11 (#131) + Version 1.0.8-PR2 (17 Apr 2023) + * ux improvements in standalone GUI (#101) * enhanced readability for filtering dropdowns in standalone GUI (#102) * new logfile to capture rocprofiler output (#106)