bump statman-stopwatch to 2.18 (#220)

* Lock Pandas to version 1.4.3 for tutorial

Signed-off-by: colramos-amd <colramos@amd.com>

* Establish connection between kernel related flags in Analyze Mode (#187)

Signed-off-by: colramos-amd <colramos@amd.com>

* Fixing bug in kernel/dispatch filter pytest

Signed-off-by: colramos-amd <colramos@amd.com>

* More CI logic errors fixed

Signed-off-by: colramos-amd <colramos@amd.com>

* Update CHANGES

Signed-off-by: Cole Ramos <colramos@amd.com>

* Update CHANGES

Signed-off-by: Cole Ramos <colramos@amd.com>

* Update README.md

Signed-off-by: Cole Ramos <colramos@amd.com>

* bump statman-stopwatch to 2.18

Signed-off-by: Jason Ray <jayray.net@gmail.com>

* Fix merge mistakes

Signed-off-by: colramos-amd <colramos@amd.com>

---------

Signed-off-by: colramos-amd <colramos@amd.com>
Signed-off-by: Cole Ramos <colramos@amd.com>
Signed-off-by: Jason Ray <jayray.net@gmail.com>
Co-authored-by: colramos-amd <colramos@amd.com>

[ROCm/rocprofiler-compute commit: 994aea9f0e]
이 커밋은 다음에 포함됨:
Jason Ray
2024-03-05 12:16:23 -05:00
커밋한 사람 GitHub
부모 7a8bf7f720
커밋 af6567ebdb
4개의 변경된 파일13개의 추가작업 그리고 5개의 파일을 삭제
+9
파일 보기
@@ -1,3 +1,12 @@
Version 1.1.0-PR1 (13 Oct 2023)
* standardize headers to use 'avg' instead of 'mean'
* add color code thresholds to standalone gui to match grafana
* modify kernel name shortener to use cpp_filt (#168)
* enable stochastic kernel dispatch selection (#183)
* patch grafana plugin module to address a known issue in the latest version (#186)
* enhanced communication between analyze mode kernel flags (#187)
Version 1.0.10 (22 Aug 2023)
* critical patch for detection of llvm in rocm installs on SLURM systems
+3 -3
파일 보기
@@ -50,11 +50,11 @@ style reference is provided below for convenience:
Keith Lowery and
Nicholas Curtis and
Cristian Di Pietrantonio},
title = {AMDResearch/omniperf: v1.0.10 (22 Aug 2023)},
month = aug,
title = {AMDResearch/omniperf: v1.1.0-PR1 (13 Oct 2023)},
month = oct,
year = 2023,
publisher = {Zenodo},
version = {v1.0.10},
version = {v1.1.0-PR1},
doi = {10.5281/zenodo.7314631},
url = {https://doi.org/10.5281/zenodo.7314631}
}
+1 -1
파일 보기
@@ -31,7 +31,7 @@
"mocha": "^7.1.2",
"moment": "^2.24.0",
"mongodb": "^3.5.7",
"statman-stopwatch": "^2.11.1"
"statman-stopwatch": "^2.18.0"
},
"_comments": "Dependencies are not included as part of Omniperf. It's the user's responsibility to accept any licensing implications before building the project."
}
-1
파일 보기
@@ -210,7 +210,6 @@ def show_all(args, runs, archConfigs, output):
p.joinpath(table_id_str.replace(" ", "_") + ".csv"),
index=False,
)
# Only show top N kernels (as specified in --max-kernel-num) in "Top Stats" section
if type == "raw_csv_table" and (
table_config["source"] == "pmc_kernel_top.csv"