Set path to compilers for ROCm package llvm-amdgpu
This commit is contained in:
parent
f60714d361
commit
d1823ef785
1 changed files with 4 additions and 0 deletions
|
@ -205,6 +205,10 @@ packages:
|
|||
modules:
|
||||
- rocm/6.1.1
|
||||
prefix: /opt/rocm-6.1.1/llvm/
|
||||
extra_attributes:
|
||||
compilers:
|
||||
c: /opt/rocm-6.1.1/llvm/bin/clang++
|
||||
cxx: /opt/rocm-6.1.1/llvm/bin/clang++
|
||||
buildable: false
|
||||
rccl:
|
||||
externals:
|
||||
|
|
Loading…
Reference in a new issue