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 0d0be53b878ba87c0dc80e9cf0aa8ae32df45bc7 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 ebcca0b424..b94d955a6c 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
