Format CMake and Python

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


[ROCm/rocprofiler-compute commit: 1f370c9fe7]
This commit is contained in:
coleramos425
2024-05-10 14:57:50 +00:00
committed by Cole Ramos
parent e6b2b03f32
commit 219914fa9e
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -316,8 +316,7 @@ install(
install(
DIRECTORY grafana
DESTINATION ${CMAKE_INSTALL_DATADIR}/${PROJECT_NAME}
COMPONENT main
)
COMPONENT main)
# samples
install(
DIRECTORY sample
@@ -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,