Skip to content

Commit 753833c

Browse files
Upgrade to ROCm 6.2 (facebookresearch#3839)
Summary: Pull Request resolved: facebookresearch#3839 This is a prerequisite to fixing issue 3787 and an upgrade to a newer stable version. Reviewed By: mengdilin Differential Revision: D62284555 fbshipit-source-id: 946f7757eea36bdddc3f8bb7d8c16168e90fd063
1 parent 736cd4d commit 753833c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build_cmake/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ runs:
8484
UBUNTU_VERSION_NAME=`cat /etc/os-release | grep UBUNTU_CODENAME | awk -F= '{print $2}'`
8585
8686
# Set ROCm version
87-
ROCM_VERSION="6.1.1"
87+
ROCM_VERSION="6.2"
8888
8989
# Download, prepare, and install the package signing key
9090
mkdir --parents --mode=0755 /etc/apt/keyrings

0 commit comments

Comments
 (0)