This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/main by this push:
new b77c019 [DOCS] Remove incubating from docs (#7525)
b77c019 is described below
commit b77c019bcee21b4d5ac8601c0b1ed35613db8462
Author: Tianqi Chen <[email protected]>
AuthorDate: Thu Feb 25 08:48:29 2021 -0500
[DOCS] Remove incubating from docs (#7525)
---
DISCLAIMER | 12 ------------
NOTICE | 4 ++--
README.md | 2 +-
3 files changed, 3 insertions(+), 15 deletions(-)
diff --git a/DISCLAIMER b/DISCLAIMER
deleted file mode 100644
index 986b2c8..0000000
--- a/DISCLAIMER
+++ /dev/null
@@ -1,12 +0,0 @@
-Apache TVM (incubating) is an effort undergoing incubation at The
-Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC.
-
-Incubation is required of all newly accepted
-projects until a further review indicates that the
-infrastructure, communications, and decision making process have
-stabilized in a manner consistent with other successful ASF
-projects.
-
-While incubation status is not necessarily a reflection
-of the completeness or stability of the code, it does indicate
-that the project has yet to be fully endorsed by the ASF.
diff --git a/NOTICE b/NOTICE
index edb1bd2..a4b7478 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
-Apache TVM (incubating)
-Copyright 2019-2020 The Apache Software Foundation
+Apache TVM
+Copyright 2019-2021 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
diff --git a/README.md b/README.md
index 13a04f6..ac4ed62 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@
[](https://ci.tlcpack.ai/job/tvm/job/main/)
[](https://github.com/apache/tvm/actions?query=workflow%3AWinMacBuild)
-Apache TVM (incubating) is a compiler stack for deep learning systems. It is
designed to close the gap between the
+Apache TVM is a compiler stack for deep learning systems. It is designed to
close the gap between the
productivity-focused deep learning frameworks, and the performance- and
efficiency-focused hardware backends.
TVM works with deep learning frameworks to provide end to end compilation to
different backends.