From 753833c5293abc25f5934c421cc16bddc73fa8a3 Mon Sep 17 00:00:00 2001 From: Ramil Bakhshyiev Date: Fri, 6 Sep 2024 14:09:10 -0700 Subject: [PATCH] Upgrade to ROCm 6.2 (#3839) Summary: Pull Request resolved: https://github.com/facebookresearch/faiss/pull/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 --- .github/actions/build_cmake/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build_cmake/action.yml b/.github/actions/build_cmake/action.yml index 51825950e1..1cc7818b10 100644 --- a/.github/actions/build_cmake/action.yml +++ b/.github/actions/build_cmake/action.yml @@ -84,7 +84,7 @@ runs: UBUNTU_VERSION_NAME=`cat /etc/os-release | grep UBUNTU_CODENAME | awk -F= '{print $2}'` # Set ROCm version - ROCM_VERSION="6.1.1" + ROCM_VERSION="6.2" # Download, prepare, and install the package signing key mkdir --parents --mode=0755 /etc/apt/keyrings