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 9a3b051b13bfa356535efaed72ef1e8e3233edec Author: Andrew Reusch <[email protected]> AuthorDate: Mon Jun 6 15:54:24 2022 -0700 freeze papi --- docker/install/ubuntu_install_papi.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker/install/ubuntu_install_papi.sh b/docker/install/ubuntu_install_papi.sh index 713312ee58..44c218e60d 100755 --- a/docker/install/ubuntu_install_papi.sh +++ b/docker/install/ubuntu_install_papi.sh @@ -27,7 +27,9 @@ apt-get install -y linux-tools-common linux-tools-generic cd / git clone https://bitbucket.org/icl/papi.git -cd papi/src +cd papi +git checkout papi-6-0-0-1-t +cd src export PAPI_CUDA_ROOT=/usr/local/cuda ./configure --with-components="$1" make -j $(nproc) && make install
