You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2020/09/28 00:05:50 UTC

[incubator-tvm-site] branch master updated (9339c71 -> 84975e2)

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

tqchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm-site.git.


 discard 9339c71  Mobile fix
 discard de5ed52  Update history
     new 84975e2  Update history

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   (9339c71)
            \
             N -- N -- N   refs/heads/master (84975e2)

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:
 _layouts/default.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[incubator-tvm-site] 01/01: Update history

Posted by tq...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tqchen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm-site.git

commit 84975e252e4cb3db099eb742ed8dc69b26dd2ce6
Author: tqchen <tq...@gmail.com>
AuthorDate: Sun Sep 27 15:51:30 2020 -0700

    Update history
---
 _includes/header.html | 4 ++--
 _layouts/default.html | 2 +-
 history.md            | 4 ++++
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/_includes/header.html b/_includes/header.html
index d924d9f..f12d93f 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -5,7 +5,7 @@
             <a href="/"><img src="/assets/images/logo.svg" alt="Logo"></a>
           </div>
           <div id="headMenu" class="headerNav">
-            <button type="button" id="closeHeadMenu" class="navCloseBtn"><img src="assets/images/close-icon.svg"
+            <button type="button" id="closeHeadMenu" class="navCloseBtn"><img src="/assets/images/close-icon.svg"
                 alt="Close"></button>
                 {% include list.html %}
             <div class="responsiveasfdropdown">
@@ -16,7 +16,7 @@
             </div>
           </div>
           <div class="responsiveMenuIcon">
-            <button type="button" id="menuBtn" class="btn-menu"><img src="assets/images/menu-icon.svg"
+            <button type="button" id="menuBtn" class="btn-menu"><img src="/assets/images/menu-icon.svg"
                 alt="Menu Icon" /></button>
           </div>
           <div class="asfDropdown">
diff --git a/_layouts/default.html b/_layouts/default.html
index d162a3d..af1ac92 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -19,7 +19,7 @@
   <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
   <!-- <script src="./assets/js/slick.js"></script> -->
   <script src="/assets/js/custome.js"></script>
-  <script async src="https://www.googletagmanager.com/gtag/js?id=UA-179122341-1"></script>
+  <script async src="https://www.googletagmanager.com/gtag/js?id=UA-75982049-2"></script>
   <script>
     window.dataLayer = window.dataLayer || [];
     function gtag(){dataLayer.push(arguments);}
diff --git a/history.md b/history.md
index b3993a1..6e8416b 100644
--- a/history.md
+++ b/history.md
@@ -13,3 +13,7 @@ under the Apache way.
 TVM provides two level optimizations show in the following figure.
 Computational graph optimization to perform tasks such as high-level operator fusion, layout transformation, and memory management.
 Then a tensor operator optimization and code generation layer that optimizes tensor operators. More details can be found at the [techreport](https://arxiv.org/abs/1802.04799).
+
+{:center: style="text-align: center"}
+![image](/assets/images/about-image.svg){: width="70%"}
+{:center}