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

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

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}