Change normal_unit default to per_kernel

[ROCm/rocprofiler-compute commit: 6ece52fbe8]
Этот коммит содержится в:
Fei Zheng
2025-02-27 12:46:47 -07:00
коммит произвёл GitHub
родитель 4b1979912b
Коммит a8ade68e64
2 изменённых файлов: 10 добавлений и 3 удалений
+8 -1
Просмотреть файл
@@ -4,7 +4,14 @@ Full documentation for ROCm Compute Profiler is available at [https://rocm.docs.
## Unreleased
* Add Docker files to package the application and dependencies into a single portable and executable standalone binary file
### Added
* Add Docker files to package the application and dependencies into a single portable and executable standalone binary file
### Changed
* Change normal_unit default to per_kernel
## (Unreleased) ROCm Compute Profiler 3.1.0 for ROCm 6.4.0
+2 -2
Просмотреть файл
@@ -535,9 +535,9 @@ Examples:
"--normal-unit",
dest="normal_unit",
metavar="",
default="per_wave",
default="per_kernel",
choices=["per_wave", "per_cycle", "per_second", "per_kernel"],
help="\t\tSpecify the normalization unit: (DEFAULT: per_wave)\n\t\t per_wave\n\t\t per_cycle\n\t\t per_second\n\t\t per_kernel",
help="\t\tSpecify the normalization unit: (DEFAULT: per_kernel)\n\t\t per_wave\n\t\t per_cycle\n\t\t per_second\n\t\t per_kernel",
)
analyze_advanced_group.add_argument(
"-t",