gigiblender commented on code in PR #11644: URL: https://github.com/apache/tvm/pull/11644#discussion_r894527709
########## docker/install/ubuntu_install_papi.sh: ########## @@ -23,11 +23,15 @@ set -o pipefail apt-get update --fix-missing # deps -apt-get install -y linux-tools-common linux-tools-generic +apt-get install -y linux-tools-common linux-tools-generic kmod cd / git clone https://bitbucket.org/icl/papi.git -cd papi/src +# Pulling the latest version of this has broken the images before. Checkout the commit below for now. +cd papi +git checkout e3c263b6fb578695085d0ab093e4fd1ee5aeac23 Review Comment: Papi is not mentioned in the `from_source` file. I added the comment [here](https://github.com/apache/tvm/blob/ffb5fa47edd5fec443bfafcdd886f1f2a925810d/docs/how_to/profile/papi.rst) instead. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
