Skip to content

Commit

Permalink
Add ROCm 5.7.0 (#5569)
Browse files Browse the repository at this point in the history
Depends on:
compiler-explorer/infra#1112
compiler-explorer/misc-builder#69

This is pretty much the same PR format as
#4215
  • Loading branch information
jammm committed Oct 10, 2023
1 parent 38b8c2e commit 07acd2f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
6 changes: 5 additions & 1 deletion etc/config/c++.amazon.properties
Expand Up @@ -550,7 +550,7 @@ compiler.clang170assert.semver=17.0.1 (assertions)
compiler.clang170assert.options=--gcc-toolchain=/opt/compiler-explorer/gcc-13.2.0
compiler.clang170assert.ldPath=${exePath}/../lib|${exePath}/../lib/x86_64-unknown-linux-gnu

group.clang-rocm.compilers=clang-rocm-trunk:clang-rocm-40502:clang-rocm-50002:clang-rocm-50103:clang-rocm-50203:clang-rocm-50303
group.clang-rocm.compilers=clang-rocm-trunk:clang-rocm-40502:clang-rocm-50002:clang-rocm-50103:clang-rocm-50203:clang-rocm-50303:clang-rocm-50700
group.clang-rocm.intelAsm=-mllvm --x86-asm-syntax=intel
group.clang-rocm.options=--gcc-toolchain=/opt/compiler-explorer/gcc-7.2.0
group.clang-rocm.groupName=ROCm clang x86-64
Expand Down Expand Up @@ -592,6 +592,10 @@ compiler.clang-rocm-50303.exe=/opt/compiler-explorer/clang-rocm-5.3.2/bin/clang+
compiler.clang-rocm-50303.semver=rocm-5.3.3
compiler.clang-rocm-50303.options=--gcc-toolchain=/opt/compiler-explorer/gcc-12.2.0
compiler.clang-rocm-50303.ldPath=${exePath}/../lib|${exePath}/../lib/x86_64-unknown-linux-gnu
compiler.clang-rocm-50700.exe=/opt/compiler-explorer/clang-rocm-5.7.0/bin/clang++
compiler.clang-rocm-50700.semver=rocm-5.7.0
compiler.clang-rocm-50700.options=--gcc-toolchain=/opt/compiler-explorer/gcc-12.2.0
compiler.clang-rocm-50700.ldPath=${exePath}/../lib|${exePath}/../lib/x86_64-unknown-linux-gnu

################################
# Clang for Arm
Expand Down
8 changes: 7 additions & 1 deletion etc/config/cuda.amazon.properties
Expand Up @@ -263,7 +263,7 @@ compiler.cltrunk.name=trunk sm_86 CUDA-11.3
compiler.cltrunk.exe=/opt/compiler-explorer/clang-trunk/bin/clang++
compiler.cltrunk.demangler=/opt/compiler-explorer/gcc-snapshot/bin/c++filt
compiler.cltrunk.options=--gcc-toolchain=/opt/compiler-explorer/gcc-snapshot --cuda-path=/opt/compiler-explorer/cuda/11.3.1 --cuda-gpu-arch=sm_86 --cuda-device-only -Wno-unknown-cuda-version
group.hipclang.compilers=hiptrunk:hipclang-rocm-40502:hipclang-rocm-50002:hipclang-rocm-50103:hipclang-rocm-50203:hipclang-rocm-50302
group.hipclang.compilers=hiptrunk:hipclang-rocm-40502:hipclang-rocm-50002:hipclang-rocm-50103:hipclang-rocm-50203:hipclang-rocm-50302:hipclang-rocm-50700
group.hipclang.isSemVer=true
group.hipclang.baseName=clang
group.hipclang.compilerType=clang-hip
Expand Down Expand Up @@ -309,6 +309,12 @@ compiler.hipclang-rocm-50302.name=clang rocm-5.3.2
compiler.hipclang-rocm-50302.nvdisasm=/opt/compiler-explorer/clang-rocm-50302/bin/llvm-objdump
compiler.hipclang-rocm-50302.objdumper=/opt/compiler-explorer/clang-rocm-50302/bin/llvm-objdump
compiler.hipclang-rocm-50302.options=-x hip --cuda-device-only -mllvm -amdgpu-early-inline-all=true -mllvm -amdgpu-function-calls=false -O3 -D__HIP_PLATFORM_AMD__=1 -D__HIP_PLATFORM_HCC__=1 -isystem /opt/compiler-explorer/libs/rocm/5.3.2/include --rocm-path=/opt/compiler-explorer/libs/rocm/5.3.2 --rocm-device-lib-path=/opt/compiler-explorer/clang-rocm-5.3.2/amdgcn/bitcode -include hip/hip_runtime.h
compiler.hipclang-rocm-50700.exe=/opt/compiler-explorer/clang-rocm-5.7.0/bin/clang++
compiler.hipclang-rocm-50700.semver=5.7.0
compiler.hipclang-rocm-50700.name=clang rocm-5.7.0
compiler.hipclang-rocm-50700.nvdisasm=/opt/compiler-explorer/clang-rocm-50700/bin/llvm-objdump
compiler.hipclang-rocm-50700.objdumper=/opt/compiler-explorer/clang-rocm-50700/bin/llvm-objdump
compiler.hipclang-rocm-50700.options=-x hip --cuda-device-only -mllvm -amdgpu-early-inline-all=true -mllvm -amdgpu-function-calls=false -O3 -D__HIP_PLATFORM_AMD__=1 -D__HIP_PLATFORM_HCC__=1 -isystem /opt/compiler-explorer/libs/rocm/5.7.0/include --rocm-path=/opt/compiler-explorer/libs/rocm/5.7.0 --rocm-device-lib-path=/opt/compiler-explorer/clang-rocm-5.7.0/amdgcn/bitcode -include hip/hip_runtime.h

group.nvrtc.compilers=nvrtc121:nvrtc120u1:nvrtc120:nvrtc118:nvrtc117u1:nvrtc117:nvrtc116u2:nvrtc116u1:nvrtc116:nvrtc115u2:nvrtc115u1:nvrtc115:nvrtc114u1:nvrtc114:nvrtc113u1:nvrtc113:nvrtc112u2:nvrtc112u1:nvrtc112:nvrtc111u1:nvrtc111:nvrtc11u1:nvrtc11:nvrtc102:nvrtc101u2:nvrtc101u1:nvrtc101:nvrtc100:nvrtc92:nvrtc91
group.nvrtc.compilerType=nvrtc
Expand Down

0 comments on commit 07acd2f

Please sign in to comment.