diff --git a/projects/rocprofiler-compute/CMakeLists.txt b/projects/rocprofiler-compute/CMakeLists.txt index ccdca714de..300760a659 100644 --- a/projects/rocprofiler-compute/CMakeLists.txt +++ b/projects/rocprofiler-compute/CMakeLists.txt @@ -316,8 +316,7 @@ install( install( DIRECTORY grafana DESTINATION ${CMAKE_INSTALL_DATADIR}/${PROJECT_NAME} - COMPONENT main -) + COMPONENT main) # samples install( DIRECTORY sample diff --git a/projects/rocprofiler-compute/src/utils/utils.py b/projects/rocprofiler-compute/src/utils/utils.py index cec1dc054f..a808baea52 100644 --- a/projects/rocprofiler-compute/src/utils/utils.py +++ b/projects/rocprofiler-compute/src/utils/utils.py @@ -484,7 +484,7 @@ def mibench(args, mspec): "-d", str(args.device), ] - if(args.quiet): + if args.quiet: my_args += "--quiet" subprocess.run( my_args,