Format CMake and Python
Signed-off-by: coleramos425 <colramos@amd.com>
[ROCm/rocprofiler-compute commit: 1f370c9fe7]
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user