diff --git a/projects/rocprofiler-compute/CHANGELOG.md b/projects/rocprofiler-compute/CHANGELOG.md index 26afbd4cda..abf6de3ac4 100644 --- a/projects/rocprofiler-compute/CHANGELOG.md +++ b/projects/rocprofiler-compute/CHANGELOG.md @@ -11,6 +11,7 @@ Full documentation for ROCm Compute Profiler is available at [https://rocm.docs. ### Removed ### Optimized +* Improved Roofline Benchmarking by updating the `flops_benchmark` calculation. ### Resolved issues diff --git a/projects/rocprofiler-compute/src/utils/rooflines/roofline-azurelinux3-rocm7 b/projects/rocprofiler-compute/src/utils/rooflines/roofline-azurelinux3-rocm7 index ecc2de60ac..c31ea03aee 100755 Binary files a/projects/rocprofiler-compute/src/utils/rooflines/roofline-azurelinux3-rocm7 and b/projects/rocprofiler-compute/src/utils/rooflines/roofline-azurelinux3-rocm7 differ diff --git a/projects/rocprofiler-compute/src/utils/rooflines/roofline-rhel8-rocm7 b/projects/rocprofiler-compute/src/utils/rooflines/roofline-rhel8-rocm7 index 8d04432e07..751568d192 100755 Binary files a/projects/rocprofiler-compute/src/utils/rooflines/roofline-rhel8-rocm7 and b/projects/rocprofiler-compute/src/utils/rooflines/roofline-rhel8-rocm7 differ diff --git a/projects/rocprofiler-compute/src/utils/rooflines/roofline-sles15sp6-rocm7 b/projects/rocprofiler-compute/src/utils/rooflines/roofline-sles15sp6-rocm7 index 4ca076224a..2c8581da8a 100755 Binary files a/projects/rocprofiler-compute/src/utils/rooflines/roofline-sles15sp6-rocm7 and b/projects/rocprofiler-compute/src/utils/rooflines/roofline-sles15sp6-rocm7 differ diff --git a/projects/rocprofiler-compute/src/utils/rooflines/roofline-ubuntu22_04-rocm7 b/projects/rocprofiler-compute/src/utils/rooflines/roofline-ubuntu22_04-rocm7 index 685ceb73bd..bdf1497e0e 100755 Binary files a/projects/rocprofiler-compute/src/utils/rooflines/roofline-ubuntu22_04-rocm7 and b/projects/rocprofiler-compute/src/utils/rooflines/roofline-ubuntu22_04-rocm7 differ