You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by jr...@apache.org on 2021/12/16 05:18:17 UTC

[tvm-site] branch asf-site updated: Build at Wed 15 Dec 2021 09:18:09 PM PST

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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 7a75ebf  Build at Wed 15 Dec 2021 09:18:09 PM PST
7a75ebf is described below

commit 7a75ebf0417a0e3dc926ea99d180acfffcd6e2e1
Author: Jared Roesch <ro...@gmail.com>
AuthorDate: Wed Dec 15 21:18:10 2021 -0800

    Build at Wed 15 Dec 2021 09:18:09 PM PST
---
 2017/08/17/tvm-release-announcement.html           |   1 +
 ...s-with-TVM-A-Depthwise-Convolution-Example.html |   1 +
 2017/10/06/nnvm-compiler-announcement.html         |   1 +
 ...s-to-TVM-Stack-and-NNVM-Compiler-with-ROCm.html |   1 +
 2017/11/08/android-rpc-introduction.html           |   1 +
 2018/01/16/opt-mali-gpu.html                       |   1 +
 2018/03/12/webgl.html                              |   1 +
 2018/03/23/nmt-transformer-optimize.html           |   1 +
 2018/07/12/vta-release-announcement.html           |   1 +
 2018/08/10/DLPack-Bridge.html                      |   1 +
 2018/10/03/auto-opt-all.html                       |   1 +
 2018/10/09/ml-in-tees.html                         |   1 +
 2018/12/18/lowprecision-conv.html                  |   1 +
 2019/01/19/Golang.html                             |   1 +
 2019/03/18/tvm-apache-announcement.html            |   1 +
 2019/04/29/opt-cuda-quantized.html                 |   1 +
 2019/05/30/pytorch-frontend.html                   |   1 +
 ...machine-learning-to-webassembly-and-webgpu.html |   1 +
 2020/06/04/tinyml-how-tvm-is-taming-tiny.html      |   1 +
 2020/07/14/bert-pytorch-tvm.html                   |   1 +
 .../15/how-to-bring-your-own-codegen-to-tvm.html   |   1 +
 2020/09/26/bring-your-own-datatypes.html           |   1 +
 2021/03/03/intro-auto-scheduler.html               |   1 +
 2021/12/15/tvm-unity.html                          |   3 +++
 404.html                                           |   1 +
 asf.html                                           |   1 +
 atom.xml                                           |   2 +-
 blog.html                                          |   1 +
 categories.html                                    |   1 +
 community.html                                     |   1 +
 download.html                                      |   1 +
 feed.xml                                           |   2 +-
 history.html                                       |   1 +
 images/tvm-unity/image3.png                        | Bin 276661 -> 305672 bytes
 index.html                                         |   1 +
 rss.xml                                            |   4 ++--
 tags.html                                          |   1 +
 vta.html                                           |   1 +
 38 files changed, 40 insertions(+), 4 deletions(-)

diff --git a/2017/08/17/tvm-release-announcement.html b/2017/08/17/tvm-release-announcement.html
index dbd65e1..e170c13 100644
--- a/2017/08/17/tvm-release-announcement.html
+++ b/2017/08/17/tvm-release-announcement.html
@@ -8,6 +8,7 @@
     <link rel="stylesheet" href="/css/slick.css">
     <link rel="stylesheet" href="/css/slick-theme.css">
     <link rel="stylesheet" href="/css/custom.css">
+    
 </head>
 <body>
 
diff --git a/2017/08/22/Optimize-Deep-Learning-GPU-Operators-with-TVM-A-Depthwise-Convolution-Example.html b/2017/08/22/Optimize-Deep-Learning-GPU-Operators-with-TVM-A-Depthwise-Convolution-Example.html
index 13a15a3..6577897 100644
--- a/2017/08/22/Optimize-Deep-Learning-GPU-Operators-with-TVM-A-Depthwise-Convolution-Example.html
+++ b/2017/08/22/Optimize-Deep-Learning-GPU-Operators-with-TVM-A-Depthwise-Convolution-Example.html
@@ -8,6 +8,7 @@
     <link rel="stylesheet" href="/css/slick.css">
     <link rel="stylesheet" href="/css/slick-theme.css">
     <link rel="stylesheet" href="/css/custom.css">
+    
 </head>
 <body>
 
diff --git a/2017/10/06/nnvm-compiler-announcement.html b/2017/10/06/nnvm-compiler-announcement.html
index b627ca6..1d4fa5f 100644
--- a/2017/10/06/nnvm-compiler-announcement.html
+++ b/2017/10/06/nnvm-compiler-announcement.html
@@ -8,6 +8,7 @@
     <link rel="stylesheet" href="/css/slick.css">
     <link rel="stylesheet" href="/css/slick-theme.css">
     <link rel="stylesheet" href="/css/custom.css">
+    
 </head>
 <body>
 
diff --git a/2017/10/30/Bringing-AMDGPUs-to-TVM-Stack-and-NNVM-Compiler-with-ROCm.html b/2017/10/30/Bringing-AMDGPUs-to-TVM-Stack-and-NNVM-Compiler-with-ROCm.html
index e6a6c2f..359f4ff 100644
--- a/2017/10/30/Bringing-AMDGPUs-to-TVM-Stack-and-NNVM-Compiler-with-ROCm.html
+++ b/2017/10/30/Bringing-AMDGPUs-to-TVM-Stack-and-NNVM-Compiler-with-ROCm.html
@@ -8,6 +8,7 @@
     <link rel="stylesheet" href="/css/slick.css">
     <link rel="stylesheet" href="/css/slick-theme.css">
     <link rel="stylesheet" href="/css/custom.css">
+    
 </head>
 <body>
 
diff --git a/2017/11/08/android-rpc-introduction.html b/2017/11/08/android-rpc-introduction.html
index f7e34b5..1140d8c 100644
--- a/2017/11/08/android-rpc-introduction.html
+++ b/2017/11/08/android-rpc-introduction.html
@@ -8,6 +8,7 @@
     <link rel="stylesheet" href="/css/slick.css">
     <link rel="stylesheet" href="/css/slick-theme.css">
     <link rel="stylesheet" href="/css/custom.css">
+    
 </head>
 <body>
 
diff --git a/2018/01/16/opt-mali-gpu.html b/2018/01/16/opt-mali-gpu.html
index 40fc7f0..2900e2a 100644
--- a/2018/01/16/opt-mali-gpu.html
+++ b/2018/01/16/opt-mali-gpu.html
@@ -8,6 +8,7 @@
     <link rel="stylesheet" href="/css/slick.css">
     <link rel="stylesheet" href="/css/slick-theme.css">
     <link rel="stylesheet" href="/css/custom.css">
+    
 </head>
 <body>
 
diff --git a/2018/03/12/webgl.html b/2018/03/12/webgl.html
index 74313b5..3887d1d 100644
--- a/2018/03/12/webgl.html
+++ b/2018/03/12/webgl.html
@@ -8,6 +8,7 @@
     <link rel="stylesheet" href="/css/slick.css">
     <link rel="stylesheet" href="/css/slick-theme.css">
     <link rel="stylesheet" href="/css/custom.css">
+    
 </head>
 <body>
 
diff --git a/2018/03/23/nmt-transformer-optimize.html b/2018/03/23/nmt-transformer-optimize.html
index 35c211a..8c71ec1 100644
--- a/2018/03/23/nmt-transformer-optimize.html
+++ b/2018/03/23/nmt-transformer-optimize.html
@@ -8,6 +8,7 @@
     <link rel="stylesheet" href="/css/slick.css">
     <link rel="stylesheet" href="/css/slick-theme.css">
     <link rel="stylesheet" href="/css/custom.css">
+    
 </head>
 <body>
 
diff --git a/2018/07/12/vta-release-announcement.html b/2018/07/12/vta-release-announcement.html
index 1250749..de1d321 100644
--- a/2018/07/12/vta-release-announcement.html
+++ b/2018/07/12/vta-release-announcement.html
@@ -8,6 +8,7 @@
     <link rel="stylesheet" href="/css/slick.css">
     <link rel="stylesheet" href="/css/slick-theme.css">
     <link rel="stylesheet" href="/css/custom.css">
+    
 </head>
 <body>
 
diff --git a/2018/08/10/DLPack-Bridge.html b/2018/08/10/DLPack-Bridge.html
index af4d193..32f7c03 100644
--- a/2018/08/10/DLPack-Bridge.html
+++ b/2018/08/10/DLPack-Bridge.html
@@ -8,6 +8,7 @@
     <link rel="stylesheet" href="/css/slick.css">
     <link rel="stylesheet" href="/css/slick-theme.css">
     <link rel="stylesheet" href="/css/custom.css">
+    
 </head>
 <body>
 
diff --git a/2018/10/03/auto-opt-all.html b/2018/10/03/auto-opt-all.html
index ac36190..49b8094 100644
--- a/2018/10/03/auto-opt-all.html
+++ b/2018/10/03/auto-opt-all.html
@@ -8,6 +8,7 @@
     <link rel="stylesheet" href="/css/slick.css">
     <link rel="stylesheet" href="/css/slick-theme.css">
     <link rel="stylesheet" href="/css/custom.css">
+    
 </head>
 <body>
 
diff --git a/2018/10/09/ml-in-tees.html b/2018/10/09/ml-in-tees.html
index 0f59a69..54039dc 100644
--- a/2018/10/09/ml-in-tees.html
+++ b/2018/10/09/ml-in-tees.html
@@ -8,6 +8,7 @@
     <link rel="stylesheet" href="/css/slick.css">
     <link rel="stylesheet" href="/css/slick-theme.css">
     <link rel="stylesheet" href="/css/custom.css">
+    
 </head>
 <body>
 
diff --git a/2018/12/18/lowprecision-conv.html b/2018/12/18/lowprecision-conv.html
index f32251d..ea08b7d 100644
--- a/2018/12/18/lowprecision-conv.html
+++ b/2018/12/18/lowprecision-conv.html
@@ -8,6 +8,7 @@
     <link rel="stylesheet" href="/css/slick.css">
     <link rel="stylesheet" href="/css/slick-theme.css">
     <link rel="stylesheet" href="/css/custom.css">
+    
 </head>
 <body>
 
diff --git a/2019/01/19/Golang.html b/2019/01/19/Golang.html
index 6b8b94a..583f5b5 100644
--- a/2019/01/19/Golang.html
+++ b/2019/01/19/Golang.html
@@ -8,6 +8,7 @@
     <link rel="stylesheet" href="/css/slick.css">
     <link rel="stylesheet" href="/css/slick-theme.css">
     <link rel="stylesheet" href="/css/custom.css">
+    
 </head>
 <body>
 
diff --git a/2019/03/18/tvm-apache-announcement.html b/2019/03/18/tvm-apache-announcement.html
index 19b5017..ab1dd0a 100644
--- a/2019/03/18/tvm-apache-announcement.html
+++ b/2019/03/18/tvm-apache-announcement.html
@@ -8,6 +8,7 @@
     <link rel="stylesheet" href="/css/slick.css">
     <link rel="stylesheet" href="/css/slick-theme.css">
     <link rel="stylesheet" href="/css/custom.css">
+    
 </head>
 <body>
 
diff --git a/2019/04/29/opt-cuda-quantized.html b/2019/04/29/opt-cuda-quantized.html
index 1c55a9a..ac324d1 100644
--- a/2019/04/29/opt-cuda-quantized.html
+++ b/2019/04/29/opt-cuda-quantized.html
@@ -8,6 +8,7 @@
     <link rel="stylesheet" href="/css/slick.css">
     <link rel="stylesheet" href="/css/slick-theme.css">
     <link rel="stylesheet" href="/css/custom.css">
+    
 </head>
 <body>
 
diff --git a/2019/05/30/pytorch-frontend.html b/2019/05/30/pytorch-frontend.html
index a4dd9a3..a5914db 100644
--- a/2019/05/30/pytorch-frontend.html
+++ b/2019/05/30/pytorch-frontend.html
@@ -8,6 +8,7 @@
     <link rel="stylesheet" href="/css/slick.css">
     <link rel="stylesheet" href="/css/slick-theme.css">
     <link rel="stylesheet" href="/css/custom.css">
+    
 </head>
 <body>
 
diff --git a/2020/05/14/compiling-machine-learning-to-webassembly-and-webgpu.html b/2020/05/14/compiling-machine-learning-to-webassembly-and-webgpu.html
index 50f01e7..3555788 100644
--- a/2020/05/14/compiling-machine-learning-to-webassembly-and-webgpu.html
+++ b/2020/05/14/compiling-machine-learning-to-webassembly-and-webgpu.html
@@ -8,6 +8,7 @@
     <link rel="stylesheet" href="/css/slick.css">
     <link rel="stylesheet" href="/css/slick-theme.css">
     <link rel="stylesheet" href="/css/custom.css">
+    
 </head>
 <body>
 
diff --git a/2020/06/04/tinyml-how-tvm-is-taming-tiny.html b/2020/06/04/tinyml-how-tvm-is-taming-tiny.html
index 633567e..bc60762 100644
--- a/2020/06/04/tinyml-how-tvm-is-taming-tiny.html
+++ b/2020/06/04/tinyml-how-tvm-is-taming-tiny.html
@@ -8,6 +8,7 @@
     <link rel="stylesheet" href="/css/slick.css">
     <link rel="stylesheet" href="/css/slick-theme.css">
     <link rel="stylesheet" href="/css/custom.css">
+    
 </head>
 <body>
 
diff --git a/2020/07/14/bert-pytorch-tvm.html b/2020/07/14/bert-pytorch-tvm.html
index 6e0e11a..f10182e 100644
--- a/2020/07/14/bert-pytorch-tvm.html
+++ b/2020/07/14/bert-pytorch-tvm.html
@@ -8,6 +8,7 @@
     <link rel="stylesheet" href="/css/slick.css">
     <link rel="stylesheet" href="/css/slick-theme.css">
     <link rel="stylesheet" href="/css/custom.css">
+    
 </head>
 <body>
 
diff --git a/2020/07/15/how-to-bring-your-own-codegen-to-tvm.html b/2020/07/15/how-to-bring-your-own-codegen-to-tvm.html
index f6b24c2..cc76e94 100644
--- a/2020/07/15/how-to-bring-your-own-codegen-to-tvm.html
+++ b/2020/07/15/how-to-bring-your-own-codegen-to-tvm.html
@@ -8,6 +8,7 @@
     <link rel="stylesheet" href="/css/slick.css">
     <link rel="stylesheet" href="/css/slick-theme.css">
     <link rel="stylesheet" href="/css/custom.css">
+    
 </head>
 <body>
 
diff --git a/2020/09/26/bring-your-own-datatypes.html b/2020/09/26/bring-your-own-datatypes.html
index c4ce96f..2e65863 100644
--- a/2020/09/26/bring-your-own-datatypes.html
+++ b/2020/09/26/bring-your-own-datatypes.html
@@ -8,6 +8,7 @@
     <link rel="stylesheet" href="/css/slick.css">
     <link rel="stylesheet" href="/css/slick-theme.css">
     <link rel="stylesheet" href="/css/custom.css">
+    
 </head>
 <body>
 
diff --git a/2021/03/03/intro-auto-scheduler.html b/2021/03/03/intro-auto-scheduler.html
index 208511e..4de5e40 100644
--- a/2021/03/03/intro-auto-scheduler.html
+++ b/2021/03/03/intro-auto-scheduler.html
@@ -8,6 +8,7 @@
     <link rel="stylesheet" href="/css/slick.css">
     <link rel="stylesheet" href="/css/slick-theme.css">
     <link rel="stylesheet" href="/css/custom.css">
+    
 </head>
 <body>
 
diff --git a/2021/12/15/tvm-unity.html b/2021/12/15/tvm-unity.html
index 84b0506..7cca6f8 100644
--- a/2021/12/15/tvm-unity.html
+++ b/2021/12/15/tvm-unity.html
@@ -8,6 +8,9 @@
     <link rel="stylesheet" href="/css/slick.css">
     <link rel="stylesheet" href="/css/slick-theme.css">
     <link rel="stylesheet" href="/css/custom.css">
+    
+      <meta property="og:image" content="/images/tvm-unity/image2.png">
+    
 </head>
 <body>
 
diff --git a/404.html b/404.html
index b468c90..1415714 100644
--- a/404.html
+++ b/404.html
@@ -8,6 +8,7 @@
     <link rel="stylesheet" href="/css/slick.css">
     <link rel="stylesheet" href="/css/slick-theme.css">
     <link rel="stylesheet" href="/css/custom.css">
+    
 </head>
 <body>
 
diff --git a/asf.html b/asf.html
index c31fb34..6e60b74 100644
--- a/asf.html
+++ b/asf.html
@@ -8,6 +8,7 @@
     <link rel="stylesheet" href="/css/slick.css">
     <link rel="stylesheet" href="/css/slick-theme.css">
     <link rel="stylesheet" href="/css/custom.css">
+    
 </head>
 <body>
 
diff --git a/atom.xml b/atom.xml
index dc9a83e..9f02f1d 100644
--- a/atom.xml
+++ b/atom.xml
@@ -4,7 +4,7 @@
  <title>TVM</title>
  <link href="https://tvm.apache.org" rel="self"/>
  <link href="https://tvm.apache.org"/>
- <updated>2021-12-15T19:32:17-08:00</updated>
+ <updated>2021-12-15T21:18:08-08:00</updated>
  <id>https://tvm.apache.org</id>
  <author>
    <name></name>
diff --git a/blog.html b/blog.html
index d4e96a7..5b40724 100644
--- a/blog.html
+++ b/blog.html
@@ -8,6 +8,7 @@
     <link rel="stylesheet" href="/css/slick.css">
     <link rel="stylesheet" href="/css/slick-theme.css">
     <link rel="stylesheet" href="/css/custom.css">
+    
 </head>
 <body>
 
diff --git a/categories.html b/categories.html
index 061bb61..efcd5fd 100644
--- a/categories.html
+++ b/categories.html
@@ -8,6 +8,7 @@
     <link rel="stylesheet" href="/css/slick.css">
     <link rel="stylesheet" href="/css/slick-theme.css">
     <link rel="stylesheet" href="/css/custom.css">
+    
 </head>
 <body>
 
diff --git a/community.html b/community.html
index 3f77b36..603dd7d 100644
--- a/community.html
+++ b/community.html
@@ -8,6 +8,7 @@
     <link rel="stylesheet" href="/css/slick.css">
     <link rel="stylesheet" href="/css/slick-theme.css">
     <link rel="stylesheet" href="/css/custom.css">
+    
 </head>
 <body>
 
diff --git a/download.html b/download.html
index a87ac24..ed62d42 100644
--- a/download.html
+++ b/download.html
@@ -8,6 +8,7 @@
     <link rel="stylesheet" href="/css/slick.css">
     <link rel="stylesheet" href="/css/slick-theme.css">
     <link rel="stylesheet" href="/css/custom.css">
+    
 </head>
 <body>
 
diff --git a/feed.xml b/feed.xml
index 5d9b9d2..fb811a8 100644
--- a/feed.xml
+++ b/feed.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.1.1">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2021-12-15T19:32:17-08:00</updated><id>/feed.xml</id><title type="html">TVM</title><author><name>{&quot;name&quot;=&gt;nil}</name></author><entry><title type="html">Apache TVM Unity: a vision for the ML software &am [...]
+<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.1.1">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2021-12-15T21:18:08-08:00</updated><id>/feed.xml</id><title type="html">TVM</title><author><name>{&quot;name&quot;=&gt;nil}</name></author><entry><title type="html">Apache TVM Unity: a vision for the ML software &am [...]
 
 &lt;h2 id=&quot;boundaries-in-the-modern-ml-system-stack&quot;&gt;Boundaries in the Modern ML System Stack&lt;/h2&gt;
 
diff --git a/history.html b/history.html
index 565a066..4efa498 100644
--- a/history.html
+++ b/history.html
@@ -8,6 +8,7 @@
     <link rel="stylesheet" href="/css/slick.css">
     <link rel="stylesheet" href="/css/slick-theme.css">
     <link rel="stylesheet" href="/css/custom.css">
+    
 </head>
 <body>
 
diff --git a/images/tvm-unity/image3.png b/images/tvm-unity/image3.png
index 4a11da3..147e056 100644
Binary files a/images/tvm-unity/image3.png and b/images/tvm-unity/image3.png differ
diff --git a/index.html b/index.html
index 355b3ba..35cfd7c 100644
--- a/index.html
+++ b/index.html
@@ -8,6 +8,7 @@
     <link rel="stylesheet" href="/css/slick.css">
     <link rel="stylesheet" href="/css/slick-theme.css">
     <link rel="stylesheet" href="/css/custom.css">
+    
 </head>
 <body>
 
diff --git a/rss.xml b/rss.xml
index 0a697fb..89ea26b 100644
--- a/rss.xml
+++ b/rss.xml
@@ -5,8 +5,8 @@
         <description>TVM - </description>
         <link>https://tvm.apache.org</link>
         <atom:link href="https://tvm.apache.org" rel="self" type="application/rss+xml" />
-        <lastBuildDate>Wed, 15 Dec 2021 19:32:17 -0800</lastBuildDate>
-        <pubDate>Wed, 15 Dec 2021 19:32:17 -0800</pubDate>
+        <lastBuildDate>Wed, 15 Dec 2021 21:18:08 -0800</lastBuildDate>
+        <pubDate>Wed, 15 Dec 2021 21:18:08 -0800</pubDate>
         <ttl>60</ttl>
 
 
diff --git a/tags.html b/tags.html
index 1e208a5..3ae931d 100644
--- a/tags.html
+++ b/tags.html
@@ -8,6 +8,7 @@
     <link rel="stylesheet" href="/css/slick.css">
     <link rel="stylesheet" href="/css/slick-theme.css">
     <link rel="stylesheet" href="/css/custom.css">
+    
 </head>
 <body>
 
diff --git a/vta.html b/vta.html
index ae9f476..fdf1fde 100644
--- a/vta.html
+++ b/vta.html
@@ -8,6 +8,7 @@
     <link rel="stylesheet" href="/css/slick.css">
     <link rel="stylesheet" href="/css/slick-theme.css">
     <link rel="stylesheet" href="/css/custom.css">
+    
 </head>
 <body>