tkonolige commented on a change in pull request #8239: URL: https://github.com/apache/tvm/pull/8239#discussion_r649558973
########## File path: docker/install/ubuntu_install_papi.sh ########## @@ -26,7 +26,7 @@ apt-get update --fix-missing apt-get install -y linux-tools-common linux-tools-generic cd / -git clone https://bitbucket.org/icl/papi.git +git clone -b stable-6.0 --single-branch https://bitbucket.org/icl/papi.git Review comment: This will not work as we need to include this commit (https://bitbucket.org/icl/papi/commits/a0d7cf0d5929f2115636e77317daa0f00d075e08) in order for papi to work with CUDA. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
