Skip to content

Commit c51b9d1

Browse files
authored
Fix util tests (#797)
* Fix profile tests * Update known issue for corrupted memory chart
1 parent 3df0d1d commit c51b9d1

File tree

3 files changed

+151
-452
lines changed

3 files changed

+151
-452
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ Full documentation for ROCm Compute Profiler is available at [https://rocm.docs.
105105
* Analysis of new workloads might require providing shader/memory clock speed using
106106
--specs-correction operation if `amd-smi` or `rocminfo` does not provide clock speeds.
107107

108+
* Memory chart on CLI might look corrupted if CLI width is too narrow
109+
108110
### Removed
109111

110112
* Roofline support for Ubuntu 20.04 and SLES below 15.6

tests/test_profile_general.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1621,11 +1621,6 @@ def test_block_SPI(binary_handler_profile_rocprof_compute):
16211621
"pmc_perf_0.csv",
16221622
"pmc_perf_1.csv",
16231623
"pmc_perf_2.csv",
1624-
"pmc_perf_3.csv",
1625-
"pmc_perf_4.csv",
1626-
"pmc_perf_5.csv",
1627-
"pmc_perf_6.csv",
1628-
"pmc_perf_7.csv",
16291624
"sysinfo.csv",
16301625
]
16311626

0 commit comments

Comments
 (0)