Karl W Schulz
985d8bac84
remove duplicate cpack include
...
Signed-off-by: Karl W Schulz <karl.schulz@amd.com >
2024-04-21 14:53:14 -05:00
Karl W Schulz
624aeacf31
restore tarball generation that was inadvertently removed during
...
packaging updates
Signed-off-by: Karl W Schulz <karl.schulz@amd.com >
2024-04-21 14:53:14 -05:00
Karl W Schulz
6fdd6190bf
update cmake config to user cpack components; allows test collateral
...
to be housed in a separate package
Signed-off-by: Karl W Schulz <karl.schulz@amd.com >
2024-04-21 14:53:14 -05:00
Karl W Schulz
3fca4bf511
wrap python depdenency check with a CHECK_PYTHON_DEPS option
...
Signed-off-by: Karl W Schulz <karl.schulz@amd.com >
2024-04-21 14:53:14 -05:00
Karl W Schulz
4f408e9fc3
remove commented out tests
...
Signed-off-by: Karl W Schulz <karl.schulz@amd.com >
2024-04-21 14:53:14 -05:00
Karl W Schulz
7bb4f9430a
remove commented out tarball packaging
...
Signed-off-by: Karl W Schulz <karl.schulz@amd.com >
2024-04-21 14:53:14 -05:00
Karl W Schulz
eedb78139c
enable optional tests component install
...
Signed-off-by: Karl W Schulz <karl.schulz@amd.com >
2024-04-21 14:53:14 -05:00
Karl W Schulz
8777593466
update modulefile install path and remove crusher-specific mods
...
Signed-off-by: Karl W Schulz <karl.schulz@amd.com >
2024-04-21 14:53:14 -05:00
Karl W Schulz
093a4511ee
update logic to detect roofline binaries in two alternate paths
...
depending on whether user is running within local clone or from form
install.
Signed-off-by: Karl W Schulz <karl.schulz@amd.com >
2024-04-21 14:53:14 -05:00
Karl W Schulz
2a18c0fead
refactor cmake config to accommodate rocm-style packaging
...
Signed-off-by: Karl W Schulz <karl.schulz@amd.com >
2024-04-21 14:53:14 -05:00
Karl W Schulz
9ca08a7c53
update default install path
...
Signed-off-by: Karl W Schulz <karl.schulz@amd.com >
2024-04-21 14:53:14 -05:00
Karl W Schulz
3c562588ff
update logic to detect VERSION file to accommodate rocm packaging;
...
check two locations to cover case where user is running within local
git clone directly or alternatively, from package install.
Signed-off-by: Karl W Schulz <karl.schulz@amd.com >
2024-04-21 14:53:14 -05:00
Karl W Schulz
62286cb4c9
exclude src/utils/__pycache during install
...
Signed-off-by: Karl W Schulz <karl.schulz@amd.com >
2024-04-21 14:53:14 -05:00
Karl W Schulz
15f206a917
file rename with newer ubuntu
...
Signed-off-by: Karl W Schulz <karl.schulz@amd.com >
2024-04-19 12:58:07 -05:00
Karl W. Schulz
1cc620fa0a
reorder steps to make sure git is available prior to checkout; also
...
add glibc-langpack-en install to resolve missing locale
Signed-off-by: Karl W. Schulz <karl.schulz@amd.com >
2024-04-19 12:58:07 -05:00
Karl W. Schulz
32419e18fb
update checkout version
...
Signed-off-by: Karl W. Schulz <karl.schulz@amd.com >
2024-04-19 12:58:07 -05:00
Karl W. Schulz
76246b5a48
enable parallel testing option
...
Signed-off-by: Karl W. Schulz <karl.schulz@amd.com >
2024-04-19 12:58:07 -05:00
Karl W. Schulz
4bc4de955e
updates for container build with ubuntu
...
* include required locale
* install python testing deps from file
* bump up rocm version
Signed-off-by: Karl W. Schulz <karl.schulz@amd.com >
2024-04-19 12:58:07 -05:00
Karl W Schulz
42f06ca6bf
update artifact name to include matrix info
...
Signed-off-by: Karl W Schulz <karl.schulz@amd.com >
2024-04-19 09:39:05 -05:00
David Galiffi
b09dc36e71
Create CODEOWNERS
...
Signed-off-by: David Galiffi <David.Galiffi@amd.com >
2024-04-19 07:57:37 -05:00
Karl W. Schulz
0c8591ccca
update ci workflow for main branch
...
Signed-off-by: Karl W. Schulz <karl.schulz@amd.com >
2024-04-11 10:03:07 -05:00
Karl W Schulz
65967658e9
fix execution error when OMNIPERF_COLOR env is set; update coloring to
...
support four modes:
(0) - no coloring and no loglevel delimiters
(1) - colored loglevel delimiters
(2) - non-colored loglevel delimiters
(3) - fully colored messages for all levels besides INFO
Signed-off-by: Karl W Schulz <karl.schulz@amd.com >
2024-04-04 14:44:51 -05:00
coleramos425
aa5f4e7b95
Update documentation runner assets
...
Signed-off-by: coleramos425 <colramos@amd.com >
2024-04-01 14:35:57 -05:00
coleramos425
9403dce667
Define a README for /src subdir
...
Signed-off-by: coleramos425 <colramos@amd.com >
2024-04-01 14:30:21 -05:00
coleramos425
aac471c0fa
Reorganizing docs runner and setting archive subdir for old docs
...
Signed-off-by: coleramos425 <colramos@amd.com >
2024-04-01 14:30:21 -05:00
coleramos425
9c93449cc7
Remove hardcoded URLs from docs in favor of relative links
...
Signed-off-by: coleramos425 <colramos@amd.com >
2024-04-01 14:30:21 -05:00
coleramos425
e0556f32ab
Move dispatch id patch to proper util func in utils. Enable in rocprofv2 post-processing
...
Signed-off-by: coleramos425 <colramos@amd.com >
2024-04-01 14:30:21 -05:00
Nick Curtis
a1017b68e9
implement rocprofv2 workaround for dispatch ids ( #336 )
...
* implement rocprofv2 workaround for dispatch ids
Signed-off-by: Nicholas Curtis <nicurtis@amd.com >
* formatting
Signed-off-by: Nicholas Curtis <nicurtis@amd.com >
---------
Signed-off-by: Nicholas Curtis <nicurtis@amd.com >
Co-authored-by: Nicholas Curtis <nicurtis@amd.com >
2024-04-01 14:30:21 -05:00
coleramos425
1a3bdad90a
Adding documentation for global command line options
...
Signed-off-by: coleramos425 <colramos@amd.com >
2024-04-01 14:30:21 -05:00
colramos-amd
6cc8f0154f
Restore OMNIPERF_COLOR global to disable default log coloring
...
Signed-off-by: colramos-amd <colramos@amd.com >
2024-04-01 14:30:21 -05:00
colramos-amd
b1d0b3905c
Extending log coloring to message text. Enable by default.
...
Signed-off-by: colramos-amd <colramos@amd.com >
2024-04-01 14:30:21 -05:00
colramos-amd
78c48eaed5
Remove superfluous logging statement
...
Signed-off-by: colramos-amd <colramos@amd.com >
2024-04-01 14:30:21 -05:00
colramos-amd
f47b8d2547
Throw more helpful warning on missing csv in analyze mode ( #313 )
...
Signed-off-by: colramos-amd <colramos@amd.com >
2024-04-01 14:30:21 -05:00
coleramos425
706afa7f37
Register TRACE loglevel ahead of parse_args to avoid error in --specs printout
...
Signed-off-by: coleramos425 <colramos@amd.com >
2024-04-01 14:30:21 -05:00
Cole Ramos
f7394bf272
Revert #333 deterministic ordering ( #337 )
...
* Revert "formatting"
This reverts commit e387561791898467371b6219921f10447d3486b3.
* Revert "Implement deterministic ordering of perfmon"
This reverts commit 2a24600a37c8002838145962a957cea447555b0c.
2024-04-01 14:30:21 -05:00
Nicholas Curtis
f6f6165379
formatting
...
Signed-off-by: Nicholas Curtis <nicurtis@amd.com >
2024-04-01 14:30:21 -05:00
Nicholas Curtis
97af96e435
Implement deterministic ordering of perfmon
...
Signed-off-by: Nicholas Curtis <nicurtis@amd.com >
2024-04-01 14:30:21 -05:00
colramos-amd
3928f36d5e
Adding redirect to help button in standalone GUI
...
Signed-off-by: colramos-amd <colramos@amd.com >
2024-04-01 14:30:21 -05:00
colramos-amd
33e763178e
Removing unused modules
...
Signed-off-by: colramos-amd <colramos@amd.com >
2024-04-01 14:30:21 -05:00
colramos-amd
3d8b748924
Documentation enhancements and removing watermark
...
Signed-off-by: colramos-amd <colramos@amd.com >
2024-04-01 14:30:21 -05:00
colramos-amd
73ac6c9561
Adding comments to roofline and changing output file name for specificity
...
Signed-off-by: colramos-amd <colramos@amd.com >
2024-04-01 14:30:21 -05:00
colramos-amd
2cc297b9e1
Update version in anticipation of 2.0 release
...
Signed-off-by: colramos-amd <colramos@amd.com >
2024-04-01 14:30:21 -05:00
colramos-amd
cf36fb7fbf
Implementing docs feedback with typos and minor enhancements
...
Co-authored-by: Jose Santos <josantos@amd.com >
Signed-off-by: colramos-amd <colramos@amd.com >
2024-04-01 14:30:21 -05:00
colramos-amd
6cfdca93b9
Correct typo in Mi100 metric defs for missing SQ_INSTS_VMEM
...
Signed-off-by: colramos-amd <colramos@amd.com >
2024-04-01 14:30:21 -05:00
colramos-amd
20670da2b7
Responding to first round of Ben R.'s docs feedback.\n\nThis round includes fixes for comments up to the 'Performance Model' section. I will need to work with our documentation group to respond to those higher level comments.
...
Signed-off-by: colramos-amd <colramos@amd.com >
2024-04-01 14:30:21 -05:00
colramos-amd
dfdd8dd21d
Add timestamp override to rocprofv2 and format Python
...
Signed-off-by: colramos-amd <colramos@amd.com >
2024-04-01 14:30:21 -05:00
JoseSantosAMD
da506ad9b5
Pytest add mi200 to analyze workloads ( #334 )
...
* Updated links in documentation. (#328 )
Updated to reflect new GitHub organization.
Fixed broken links to GitHub pages.
Signed-off-by: David Galiffi <David.Galiffi@amd.com >
* update branch for 2.x documentation builds
Signed-off-by: Karl W. Schulz <karl.schulz@amd.com >
* update checkout action and use concurrency instead of cancel-workflow-action
Signed-off-by: Karl W. Schulz <karl.schulz@amd.com >
* test addition of user option for container launch
Signed-off-by: Karl W. Schulz <karl.schulz@amd.com >
* remove --user option for container, try chown instead
Signed-off-by: Karl W. Schulz <karl.schulz@amd.com >
* fixing yaml syntax
Signed-off-by: Karl W. Schulz <karl.schulz@amd.com >
* reorder job step - start with checkout
Signed-off-by: Karl W. Schulz <karl.schulz@amd.com >
* restore missing run directive
Signed-off-by: Karl W. Schulz <karl.schulz@amd.com >
* Update workloads to include log.txt
Add missing MI200 workloads
Signed-off-by: Jose Santos <josantos@amd.com >
* Signed-off-by: Jose Santos <josantos@amd.com >
Add vcopy workload for tests
* Change exit codes for caught failures
Signed-off-by: Jose Santos <josantos@amd.com >
* reformat
Signed-off-by: Jose Santos <josantos@amd.com >
* Add pytest-xdist for pytest -n
Signed-off-by: Jose Santos <josantos@amd.com >
---------
Signed-off-by: David Galiffi <David.Galiffi@amd.com >
Signed-off-by: Karl W. Schulz <karl.schulz@amd.com >
Signed-off-by: Jose Santos <josantos@amd.com >
Co-authored-by: David Galiffi <David.Galiffi@amd.com >
Co-authored-by: Karl W. Schulz <karl.schulz@amd.com >
2024-04-01 14:30:21 -05:00
colramos-amd
482fd6f2ca
Create general_options() func to reduce code in parser
...
Signed-off-by: colramos-amd <colramos@amd.com >
2024-04-01 14:30:21 -05:00
Nick Curtis
d72ef52208
Fix for #300 ( #331 )
...
On some versions of numpy/pandas, applying a str map to an empty series doesn't change the type.
As a result, when adding a float to a string, sometimes numpy dies with a uadd error.
We fix this by explicitly casting to a str first
Signed-off-by: Nicholas Curtis <nicurtis@amd.com >
Co-authored-by: Nicholas Curtis <nicurtis@amd.com >
2024-04-01 14:30:21 -05:00
David Galiffi
ddb5c0ccc9
Updated links in documentation. ( #329 )
...
Updated to reflect new GitHub organization.
Fixed broken links to GitHub pages.
Signed-off-by: David Galiffi <David.Galiffi@amd.com >
2024-04-01 14:30:21 -05:00