colramos-amd
347935fe41
Removed outdated parameter from CLI processor
...
Signed-off-by: colramos-amd <colramos@amd.com >
2023-12-18 17:51:28 -06:00
Cole Ramos
7d93a086c2
Enabling Standalone GUI on 2.x ( #214 )
...
* Initial overhaul of Analyze mode. Basic CLI is enabled.
Signed-off-by: colramos-amd <colramos@amd.com >
* Merge branch '2.x' of github.com:AMDResearch/omniperf into 2.x-dev
Signed-off-by: colramos-amd <colramos@amd.com >
* fix comment typo
Signed-off-by: Karl W Schulz <karl.schulz@amd.com >
* Move error logging to util.py
Signed-off-by: colramos-amd <colramos@amd.com >
* Move perfmon_configs dir into omniperf_soc dir. Rename config dirs for clarity
Signed-off-by: colramos-amd <colramos@amd.com >
* Add a supported_archs property to Omniperf base class
Signed-off-by: colramos-amd <colramos@amd.com >
* Add css assets for GUI styling
Signed-off-by: colramos-amd <colramos@amd.com >
* Re-organize roofline class. Improved useability
Signed-off-by: colramos-amd <colramos@amd.com >
* Enable standalone GUI
Signed-off-by: colramos-amd <colramos@amd.com >
* Remove outdated metric_configs. This was moved to omniperf_soc dir
Signed-off-by: colramos-amd <colramos@amd.com >
* Fix small bug in GUI to enable Mi100 visualization
Signed-off-by: colramos-amd <colramos@amd.com >
---------
Signed-off-by: colramos-amd <colramos@amd.com >
Signed-off-by: Karl W Schulz <karl.schulz@amd.com >
Signed-off-by: Cole Ramos <colramos@amd.com >
Co-authored-by: Karl W Schulz <karl.schulz@amd.com >
2023-12-18 14:37:01 -08:00
colramos-amd
97c5b2c0a1
Add a supported_archs property to Omniperf base class
...
Signed-off-by: colramos-amd <colramos@amd.com >
2023-12-11 16:49:06 -06:00
colramos-amd
b99d448d3b
Move error logging to util.py
...
Signed-off-by: colramos-amd <colramos@amd.com >
2023-12-11 16:49:06 -06:00
colramos-amd
57a63b6eb1
Initial overhaul of Analyze mode. Basic CLI is enabled.
...
Signed-off-by: colramos-amd <colramos@amd.com >
2023-12-11 16:49:06 -06:00
colramos-amd
87388227ca
Initial overhaul of Profile mode
...
Signed-off-by: colramos-amd <colramos@amd.com >
2023-10-31 15:11:17 -05:00
colramos-amd
ef2e460952
Fixed baseline compare pct change issue occuring with small values
...
Signed-off-by: colramos-amd <colramos@amd.com >
2023-10-10 14:01:50 -05:00
colramos-amd
48857c8f0c
Add support for result comparison in analyze mode
...
Signed-off-by: colramos-amd <colramos@amd.com >
2023-10-04 16:15:48 -05:00
coleramos425
d3341905f8
Fix verbose mode in analyze mode
...
Signed-off-by: coleramos425 <colramos@amd.com >
2023-09-20 14:15:18 -05:00
Nicholas Curtis
a0955c293d
fix for stoichastic kernel dispatch selection
...
Signed-off-by: Nicholas Curtis <nicurtis@amd.com >
2023-09-11 10:17:20 -04:00
coleramos425
6461df96e8
Adding color code thresholds to standalone GUI to match Grafana
...
Signed-off-by: coleramos425 <colramos@amd.com >
2023-08-30 16:24:42 -05:00
coleramos425
8936966e81
Standardizing headers. Will use 'avg' instead of 'mean'
...
Signed-off-by: coleramos425 <colramos@amd.com >
2023-08-30 16:20:45 -05:00
coleramos425
3ae0198f8e
Renaming csv_converter to make more succinct
...
Signed-off-by: coleramos425 <colramos@amd.com >
2023-08-16 16:16:46 -05:00
coleramos425
5d74b142b6
Prevent users from ipblock filtering in standalone GUI
...
Signed-off-by: coleramos425 <colramos@amd.com >
2023-08-16 14:16:50 -05:00
Cole Ramos
abd424beea
Merge pull request #160 from JoseSantosAMD/pct_of_peak
...
Pct of peak
2023-08-15 13:56:38 -07:00
Cole Ramos
6f6bca1383
Merge pull request #158 from JoseSantosAMD/instr_mix_min_max_avg
...
Instr mix min max avg
2023-08-15 13:55:22 -07:00
JoseSantosAMD
6d39955708
add simple_bar styling
...
Signed-off-by: JoseSantosAMD <Jose.Santos@amd.com >
2023-08-15 15:14:20 -05:00
JoseSantosAMD
132cb37d69
add pct of peak to tables
...
Signed-off-by: JoseSantosAMD <Jose.Santos@amd.com >
2023-08-15 15:04:23 -05:00
coleramos425
dc849b264c
Conform to Python formatting
...
Signed-off-by: coleramos425 <colramos@amd.com >
2023-08-15 14:09:38 -05:00
coleramos425
4aa33848de
Fixing several bugs on original PR
...
Signed-off-by: coleramos425 <colramos@amd.com >
2023-08-15 14:00:36 -05:00
JoseSantosAMD
b82f033bf9
Added min/max/avg to VALU Arithmetic Instr Mix
...
- gui now runs on archconfigs from sys_info
Signed-off-by: JoseSantosAMD <Jose.Santos@amd.com >
2023-08-11 15:46:46 -05:00
JoseSantosAMD
5dac9042e0
Update 1000_compute-unit-instruction-mix.yaml
...
Signed-off-by: JoseSantosAMD <87447437+JoseSantosAMD@users.noreply.github.com >
2023-08-10 15:15:42 -05:00
JoseSantosAMD
bfbd5bbb3a
Adding min/max/avg breakdown across dispatches for instruction mix panels
...
Signed-off-by: JoseSantosAMD <Jose.Santos@amd.com >
2023-08-10 15:09:01 -05:00
josantos
bbb254ef43
reformatting
...
Signed-off-by: josantos <josantos@amd.com >
2023-08-10 11:16:50 -05:00
josantos
59d77f9d81
Names shortened/demangled after join_prof
...
- Added kernelVerbose flag in profile_group
- Added KernelVerbose flag in analyze_group
- Analyze replaces csv with shortened/demangled name
- csv_converter uses llvm-cxxfilt
Signed-off-by: josantos <josantos@amd.com >
2023-08-10 11:13:27 -05:00
JoseSantosAMD
76da2a9ed5
Merge branch 'dev' of https://github.com/AMDResearch/omniperf into kernel_name_mappings
2023-08-08 14:49:59 -05:00
JoseSantosAMD
11b5f65c1c
Fix yaml syntax errors
...
Signed-off-by: JoseSantosAMD <Jose.Santos@amd.com >
2023-08-08 11:04:35 -05:00
JoseSantosAMD
d6fb0183a4
Fixing yaml syntax errors
...
Signed-off-by: JoseSantosAMD <Jose.Santos@amd.com >
2023-08-07 12:41:15 -05:00
JoseSantosAMD
ef8ef2291b
Fix syntax error in yaml
...
Signed-off-by: JoseSantosAMD <Jose.Santos@amd.com >
2023-08-07 12:31:27 -05:00
Nicholas Curtis
428d07a379
fix max BF16 flop rate on CDNA2
...
Signed-off-by: Nicholas Curtis <nicurtis@amd.com >
2023-08-07 11:42:21 -05:00
coleramos425
b1a7a26848
Only load required archs into ArchConfig datastruct ( #144 )
...
Signed-off-by: coleramos425 <colramos@amd.com >
2023-08-07 11:42:21 -05:00
colramos-amd
a61d509739
New simple_charts utility
...
Signed-off-by: colramos-amd <colramos@amd.com >
2023-08-07 11:42:21 -05:00
colramos-amd
424dd6a4a8
Add figure styling to YML configs
...
Signed-off-by: colramos-amd <colramos@amd.com >
2023-08-07 11:42:21 -05:00
colramos-amd
626fc7f18f
Filter additional ops in gen_counter_list fucn
...
Signed-off-by: colramos-amd <colramos@amd.com >
2023-08-07 11:42:21 -05:00
colramos-amd
35daf8c120
Comply to Python formatting
...
Signed-off-by: colramos-amd <colramos@amd.com >
2023-08-07 11:42:21 -05:00
colramos-amd
33ad9ffca3
Rearranging build_df func to optimize ArchConfig for rocomni plugin
...
Signed-off-by: colramos-amd <colramos@amd.com >
2023-08-07 11:42:21 -05:00
Cole Ramos
3daad292f9
Update 1800_L2_cache_per_channel.yaml
...
Capitalizing for consistency
Signed-off-by: Cole Ramos <colramos@amd.com >
2023-08-07 11:42:21 -05:00
Cole Ramos
02c647301d
Update 1800_L2_cache_per_channel.yaml
...
Capitalizing for consistency
Signed-off-by: Cole Ramos <colramos@amd.com >
2023-08-07 11:42:21 -05:00
JoseSantosAMD
dcd2595412
Fixed Units inconsistencies
...
- Table 10: Units were output as "$normUnit" now they are instr + normUnit
- Table 16: Changed to Req per $normUnit
Signed-off-by: JoseSantosAMD <Jose.Santos@amd.com >
2023-08-07 11:42:21 -05:00
colramos-amd
0b135be559
Add subsection title to System Speed-of-Light
...
Signed-off-by: colramos-amd <colramos@amd.com >
2023-08-07 11:37:02 -05:00
colramos-amd
48f037e242
Comply to Python formatting
...
Signed-off-by: colramos-amd <colramos@amd.com >
2023-08-07 11:37:02 -05:00
colramos-amd
599bc01310
Omniperf rocomni changes
...
Signed-off-by: colramos-amd <colramos@amd.com >
2023-08-07 11:37:02 -05:00
JoseSantosAMD
cc19506270
Adding min/max/avg breakdown across dispatches for instruction mix panels
...
Signed-off-by: JoseSantosAMD <Jose.Santos@amd.com >
2023-08-07 11:23:25 -05:00
Cole Ramos
c809346b1b
Merge pull request #155 from arghdos/bf16_flops
...
fix max BF16 flop rate on CDNA2
2023-08-03 15:36:45 -07:00
coleramos425
4e58f0ba2e
Only load required archs into ArchConfig datastruct ( #144 )
...
Signed-off-by: coleramos425 <colramos@amd.com >
2023-08-02 12:51:51 -05:00
JoseSantosAMD
b63332a317
Use llvm-cxxfilt to demangle names
...
Show typed text in in dash-dropdown input box
Signed-off-by: JoseSantosAMD <Jose.Santos@amd.com >
2023-08-02 12:38:56 -05:00
Nicholas Curtis
42248d5391
fix max BF16 flop rate on CDNA2
...
Signed-off-by: Nicholas Curtis <nicurtis@amd.com >
2023-07-28 12:38:11 -04:00
colramos-amd
6487ba3853
New simple_charts utility
...
Signed-off-by: colramos-amd <colramos@amd.com >
2023-07-18 16:04:31 -05:00
colramos-amd
479eb66d95
Add figure styling to YML configs
...
Signed-off-by: colramos-amd <colramos@amd.com >
2023-07-18 16:03:21 -05:00
colramos-amd
fd55a69805
Filter additional ops in gen_counter_list fucn
...
Signed-off-by: colramos-amd <colramos@amd.com >
2023-07-17 13:12:22 -05:00