josantos
cd0dc01401
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 >
[ROCm/rocprofiler-compute commit: 59d77f9d81 ]
2023-08-10 11:13:27 -05:00
Nicholas Curtis
b7c4aabb29
Incorporate review comments
...
Signed-off-by: Nicholas Curtis <nicurtis@amd.com >
[ROCm/rocprofiler-compute commit: 5b3a8d5075 ]
2023-06-30 15:56:33 -05:00
Cole Ramos
49e3ee6916
Merge pull request #125 from AMDResearch/separate-pmc-perf
...
Manually join rocprof runs
[ROCm/rocprofiler-compute commit: c5a19ca06a ]
2023-05-16 16:51:46 -05:00
coleramos425
502ce88ca8
Add grid size option and cmd line option for --join-type
...
Signed-off-by: coleramos425 <colramos@amd.com >
[ROCm/rocprofiler-compute commit: 419e2fcac6 ]
2023-05-11 13:00:30 -05:00
Cole Ramos
9364f4399c
Merge pull request #124 from feizheng10/save_dfs
...
refactoring saved df files
[ROCm/rocprofiler-compute commit: 8f9f607083 ]
2023-05-10 10:43:00 -05:00
Cole Ramos
b5cb79bf89
Update src/parser.py
...
Signed-off-by: Cole Ramos <colramos@amd.com >
[ROCm/rocprofiler-compute commit: c5c829fa1b ]
2023-05-09 12:42:12 -05:00
fei.zheng
c8df0bf75f
add option to save dfs
...
Signed-off-by: fei.zheng <fei.zheng@amd.com >
[ROCm/rocprofiler-compute commit: 1104371651 ]
2023-05-03 17:45:29 -06:00
fei.zheng
63ba67d7ca
allow to specify the maximum number of kernels shown
...
Signed-off-by: fei.zheng <fei.zheng@amd.com >
[ROCm/rocprofiler-compute commit: dfe74057c1 ]
2023-05-03 11:46:17 -06:00
coleramos425
e97232d1c3
Formatting cruft
...
Signed-off-by: coleramos425 <colramos@amd.com >
[ROCm/rocprofiler-compute commit: b3df8b9032 ]
2023-05-02 16:34:07 -05:00
coleramos425
186deb0533
Enable random port feature in standalone GUI ( #111 )
...
Signed-off-by: coleramos425 <colramos@amd.com >
[ROCm/rocprofiler-compute commit: e23a4dd9c5 ]
2023-05-02 16:20:33 -05:00
coleramos425
c5c05e581f
Replace subprocess with shutil ( #110 )
...
Signed-off-by: coleramos425 <colramos@amd.com >
[ROCm/rocprofiler-compute commit: c794fb8198 ]
2023-04-18 09:50:50 -05:00
coleramos425
55b4a2533e
Option for different markers per kernel name
...
Signed-off-by: coleramos425 <colramos@amd.com >
[ROCm/rocprofiler-compute commit: 27fa97aad9 ]
2023-02-27 16:18:42 -06:00
Karl W. Schulz
4114aebedf
apply "make license" update
...
Signed-off-by: Karl W. Schulz <karl.schulz@amd.com >
[ROCm/rocprofiler-compute commit: 574ebcf755 ]
2023-02-13 14:50:24 -06:00
Karl W. Schulz
5498b7c06c
updating copyright header for 2023 using newly-added "make license" target
...
Signed-off-by: Karl W. Schulz <karl.schulz@amd.com >
[ROCm/rocprofiler-compute commit: 3d7a7a6f32 ]
2023-02-13 14:15:27 -06:00
Karl W. Schulz
f8151d3d05
adding license delimiters to headers
...
Signed-off-by: Karl W. Schulz <karl.schulz@amd.com >
[ROCm/rocprofiler-compute commit: c8fc8e8026 ]
2023-02-13 10:36:29 -06:00
coleramos425
43b66b0d3e
Change filtering option names in analyze mode for consistency
...
Signed-off-by: coleramos425 <colramos@amd.com >
[ROCm/rocprofiler-compute commit: 8334aaa03c ]
2023-02-10 16:38:55 -06:00
coleramos425
656e73d366
Upgrade python formatting module
...
Signed-off-by: coleramos425 <colramos@amd.com >
[ROCm/rocprofiler-compute commit: 48df0d6db4 ]
2023-02-07 14:45:22 -06:00
coleramos425
2b1e80ede4
Describe --list-metrics option in help menu #83
...
Signed-off-by: coleramos425 <colramos@amd.com >
[ROCm/rocprofiler-compute commit: d9dad05cdb ]
2023-02-07 14:30:03 -06:00
coleramos425
6603aeeefe
Re-enable standalone roof options. Everthing working.
...
Signed-off-by: coleramos425 <colramos@amd.com >
[ROCm/rocprofiler-compute commit: b6d6c05e7b ]
2023-01-26 14:07:10 -06:00
coleramos425
764ef08a43
Comply to Python formatting
...
Signed-off-by: coleramos425 <colramos@amd.com >
[ROCm/rocprofiler-compute commit: f6dad0cd58 ]
2023-01-23 16:08:42 -06:00
coleramos425
3c89faaa41
Merge branch 'dev' into lucky
...
Signed-off-by: coleramos425 <colramos@amd.com >
[ROCm/rocprofiler-compute commit: 00c9ff9493 ]
2023-01-23 15:28:35 -06:00
Keith Lowery
b31c5f8fdc
profile parameters are now contingent on whether rocscope is in the PATH
...
Signed-off-by: coleramos425 <colramos@amd.com >
[ROCm/rocprofiler-compute commit: 4601328016 ]
2023-01-23 15:12:15 -06:00
Keith Lowery
20ab8fdccb
Added command-line argument to use rocscope instead of rocprof
...
Signed-off-by: coleramos425 <colramos@amd.com >
[ROCm/rocprofiler-compute commit: a09c720fe0 ]
2023-01-23 15:12:15 -06:00
Keith Lowery
c0024696d4
Got kernel summaries in rocscope integrated
...
Signed-off-by: coleramos425 <colramos@amd.com >
[ROCm/rocprofiler-compute commit: 9e12acf79c ]
2023-01-23 15:12:15 -06:00
Keith Lowery
89f91b59bf
Added a new feature --i-feel-lucky that discovers and profiles only the top 5 kernels
...
Signed-off-by: Keith Lowery <klowery@amd.com >
Signed-off-by: coleramos425 <colramos@amd.com >
[ROCm/rocprofiler-compute commit: 4c6a64f4e5 ]
2023-01-23 15:12:15 -06:00
colramos-amd
f0cf74353e
Initial commit
...
[ROCm/rocprofiler-compute commit: 62d130b458 ]
2022-11-04 14:49:36 -05:00