Adjust recipe so it looks for hipcc in the correct path
This commit is contained in:
parent
46bba64179
commit
0db3df4fe2
@ -92,7 +92,7 @@ def setup_build_environment(self, env):
|
||||
if "^cuda" in spec:
|
||||
env.set("PAPI_CUDA_ROOT", spec["cuda"].prefix)
|
||||
if "+rocm" in spec:
|
||||
env.set("PAPI_ROCM_ROOT", spec["hsa-rocr-dev"].prefix)
|
||||
env.set("PAPI_ROCM_ROOT", spec["hip"].prefix)
|
||||
env.append_flags("CFLAGS", "-I%s/rocprofiler/include" % spec["rocprofiler-dev"].prefix)
|
||||
env.set(
|
||||
"ROCP_METRICS", "%s/rocprofiler/lib/metrics.xml" % spec["rocprofiler-dev"].prefix
|
||||
|
Loading…
Reference in New Issue
Block a user