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

tqchen 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 09cecde  Build at Thu Jul 29 18:32:22 EDT 2021
09cecde is described below

commit 09cecde7f61b973252065f4d39df7a7bd14b7ebd
Author: tqchen <[email protected]>
AuthorDate: Thu Jul 29 18:32:22 2021 -0400

    Build at Thu Jul 29 18:32:22 EDT 2021
---
 .asf.yaml | 11 +++++++++++
 atom.xml  |  2 +-
 feed.xml  |  2 +-
 rss.xml   |  4 ++--
 4 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..08ebb1c
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,11 @@
+publish:
+  whoami: asf-site
+
+github:
+  enabled_merge_buttons:
+    # enable squash button:
+    squash:  true
+    # disable rebase button:
+    rebase:  true
+    # enable merge button:
+    merge:   false
diff --git a/atom.xml b/atom.xml
index 721d5a1..d413e62 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-06-24T14:55:31-04:00</updated>
+ <updated>2021-07-29T18:32:17-04:00</updated>
  <id>https://tvm.apache.org</id>
  <author>
    <name></name>
diff --git a/feed.xml b/feed.xml
index 8009d7e..1031968 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-06-24T14:55:31-04:00</updated><id>/feed.xml</id><title 
type="html">TVM</title><author><name>{&quot;name&quot;=&gt;nil}</name></author><entry><title
 type="html">Introducing TVM Auto-scheduler (a.k.a. Ansor)</tit [...]
+<?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-07-29T18:32:17-04:00</updated><id>/feed.xml</id><title 
type="html">TVM</title><author><name>{&quot;name&quot;=&gt;nil}</name></author><entry><title
 type="html">Introducing TVM Auto-scheduler (a.k.a. Ansor)</tit [...]
 model size, operator diversity, and hardware heterogeneity.
 From a computational perspective, deep neural networks are just layers and 
layers of tensor computations.
 These tensor computations, such as matmul and conv2d, can be easily described 
by mathematical expressions.
diff --git a/rss.xml b/rss.xml
index 4fe44a9..3aa0a87 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>Thu, 24 Jun 2021 14:55:31 -0400</lastBuildDate>
-        <pubDate>Thu, 24 Jun 2021 14:55:31 -0400</pubDate>
+        <lastBuildDate>Thu, 29 Jul 2021 18:32:17 -0400</lastBuildDate>
+        <pubDate>Thu, 29 Jul 2021 18:32:17 -0400</pubDate>
         <ttl>60</ttl>
 
 

Reply via email to