You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ar...@apache.org on 2022/06/06 22:57:17 UTC

[tvm] branch areusch/freeze-dependencies updated (d94436efb0 -> 9a3b051b13)

This is an automated email from the ASF dual-hosted git repository.

areusch pushed a change to branch areusch/freeze-dependencies
in repository https://gitbox.apache.org/repos/asf/tvm.git


 discard d94436efb0 freeze papi
     new 9a3b051b13 freeze papi

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (d94436efb0)
            \
             N -- N -- N   refs/heads/areusch/freeze-dependencies (9a3b051b13)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:


[tvm] 01/01: freeze papi

Posted by ar...@apache.org.
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 <ar...@gmail.com>
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