This is an automated email from the ASF dual-hosted git repository. areusch pushed a commit to branch areusch/freeze-dependencies in repository https://gitbox.apache.org/repos/asf/tvm.git
commit 27fd4c2368f22668da59e4d559b6c198ef46ece5 Author: Andrew Reusch <[email protected]> AuthorDate: Mon Jun 6 15:54:24 2022 -0700 freeze papi --- docker/install/ubuntu_install_papi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/install/ubuntu_install_papi.sh b/docker/install/ubuntu_install_papi.sh index bd8908240d..857a08a12b 100755 --- a/docker/install/ubuntu_install_papi.sh +++ b/docker/install/ubuntu_install_papi.sh @@ -32,6 +32,6 @@ cd papi git checkout papi-6-0-0-1-t cd src export PAPI_CUDA_ROOT=/usr/local/cuda -export PAPI_ROCM_ROOT=/opt/rocm +export PAPI_ROCM_ROOT=/opt/rocm-4.3.0 ./configure --with-components="$1" make -j $(nproc) && make install
