Style correction
This commit is contained in:
parent
ec463dbde6
commit
ccc755378f
@ -110,8 +110,6 @@ def cmake_args(self):
|
||||
if "auto" not in tgt:
|
||||
args.append(self.define_from_variant("AMDGPU_TARGETS", "amdgpu_target"))
|
||||
if self.spec.satisfies("@5.6.0:"):
|
||||
args.append(
|
||||
self.define("ROCM_SMI_DIR", self.spec["rocm-smi-lib"].prefix)
|
||||
)
|
||||
args.append(self.define("ROCM_SMI_DIR", self.spec["rocm-smi-lib"].prefix))
|
||||
|
||||
return args
|
||||
|
Loading…
Reference in New Issue
Block a user