Skip to content

Commit

Permalink
Bump to ROCm 6.3, fix regex for binary files
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrohr committed Jan 10, 2025
1 parent 00ee51c commit 79f78c7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion slc9-gpu-builder/amdgpu.repo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[amdgpu]
name=amdgpu
baseurl=http://repo.radeon.com/amdgpu/6.2.4/rhel/9.4/main/x86_64/
baseurl=http://repo.radeon.com/amdgpu/6.3.1/rhel/9.4/main/x86_64/
enabled=1
gpgcheck=0
2 changes: 1 addition & 1 deletion slc9-gpu-builder/packer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_comment": "Alma 9.4 GPU builder X-enabled CUDA12.6-enabled AMD ROCm 6.2.4-enabled",
"_comment": "Alma 9.4 GPU builder X-enabled CUDA12.6-enabled AMD ROCm 6.3.1-enabled",
"variables": {
"REPO": "registry.cern.ch/alisw/slc9-gpu-builder",
"TAG": "latest",
Expand Down
2 changes: 1 addition & 1 deletion slc9-gpu-builder/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export LD_LIBRARY_PATH=/usr/local/nvidia/lib:/usr/local/nvidia/lib64
LIBRARY_PATH=/usr/local/cuda/lib64/stubs ldconfig

# Fix some errors in current ROCm
sed -i "s/amdgpu-function-calls=false/amdgpu-function-calls=true/g" /opt/rocm/bin/hipcc* /opt/rocm/lib/cmake/hip/*.cmake
sed -i "s/amdgpu-function-calls=false/amdgpu-function-calls=true /g" /opt/rocm/bin/hipcc* /opt/rocm/lib/cmake/hip/*.cmake

# Remove clang-ocl binary, since it is currently broken, to avoid automatic pick-up
rm -fv /opt/rocm/bin/clang-ocl /usr/bin/clang-ocl
Expand Down
2 changes: 1 addition & 1 deletion slc9-gpu-builder/rocm.repo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[ROCm]
name=ROCm
baseurl=http://repo.radeon.com/rocm/rhel9/6.2.4/main/
baseurl=http://repo.radeon.com/rocm/rhel9/6.3.1/main/
enabled=1
gpgcheck=0

0 comments on commit 79f78c7

Please sign in to comment.