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:
|
modules:
|
||||||
- rocm/6.1.1
|
- rocm/6.1.1
|
||||||
prefix: /opt/rocm-6.1.1/llvm/
|
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
|
buildable: false
|
||||||
rccl:
|
rccl:
|
||||||
externals:
|
externals:
|
||||||
|
|
Loading…
Reference in a new issue