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:58:51 UTC

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

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 9a3b051b13 freeze papi
     new 16c9a97b9d 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   (9a3b051b13)
            \
             N -- N -- N   refs/heads/areusch/freeze-dependencies (16c9a97b9d)

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:
 docker/install/ubuntu_install_papi.sh | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)


[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 16c9a97b9d7f30876df0d57ae6f336adcc5b6f5d
Author: Andrew Reusch <ar...@gmail.com>
AuthorDate: Mon Jun 6 15:54:24 2022 -0700

    freeze papi
---
 docker/install/ubuntu_install_papi.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docker/install/ubuntu_install_papi.sh b/docker/install/ubuntu_install_papi.sh
index 713312ee58..08064886c6 100755
--- a/docker/install/ubuntu_install_papi.sh
+++ b/docker/install/ubuntu_install_papi.sh
@@ -29,5 +29,6 @@ cd /
 git clone https://bitbucket.org/icl/papi.git
 cd papi/src
 export PAPI_CUDA_ROOT=/usr/local/cuda
+export PAPI_ROCM_ROOT=/opt/rocm-4.3.0
 ./configure --with-components="$1"
 make -j $(nproc) && make install