Skip to content

Commit

Permalink
bump statman-stopwatch to 2.18 (ROCm#220)
Browse files Browse the repository at this point in the history
* 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 (ROCm#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>
  • Loading branch information
jasonray and coleramos425 authored Mar 5, 2024
1 parent a44e07d commit 994aea9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
}
Expand Down
2 changes: 1 addition & 1 deletion grafana_plugins/omniperfData_plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 change: 0 additions & 1 deletion src/utils/tty.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 994aea9

Please sign in to comment.