Re-enable standalone roof options. Everthing working.

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


[ROCm/rocprofiler-compute commit: b6d6c05e7b]
This commit is contained in:
coleramos425
2023-01-26 14:07:10 -06:00
parent 9ebaeed59f
commit 6603aeeefe
6 changed files with 86 additions and 761 deletions
+1 -1
View File
@@ -649,7 +649,7 @@ def main():
# Setup prerequisits for roofline
roof_setup(args, my_parser)
# Generate roofline
roofline_only(args.path, args.verbose, args.device)
roofline_only(args.path, args.device, args.sort, args.mem_level, args.verbose)
# Profile only
else: