You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by sy...@apache.org on 2023/10/16 12:24:24 UTC

[tvm] branch main updated (fdfd16c951 -> a13eadbdda)

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

syfeng pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from fdfd16c951 [microNPU][ETHOSU] MatMul legalization support (#15780)
     new 12b7ca6104 Revert "[release] Update version to 0.14.0 and 0.15.0.dev on main branch (#15847)"
     new b94bfe25ea [release] Update version to 0.14.0 on main branch
     new a13eadbdda [Release] Update version to 0.15.dev0 on main branch

The 3 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:


[tvm] 01/03: Revert "[release] Update version to 0.14.0 and 0.15.0.dev on main branch (#15847)"

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

syfeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git

commit 12b7ca6104505e0d3e9f56adaf1a455c1a985973
Author: ysh329 <ys...@users.noreply.github.com>
AuthorDate: Sun Oct 15 14:53:07 2023 +0000

    Revert "[release] Update version to 0.14.0 and 0.15.0.dev on main branch (#15847)"
    
    This reverts commit 9f562b0c728eff347b27afbf14d5c2137b7e8e4d.
---
 conda/recipe/meta.yaml              | 2 +-
 include/tvm/runtime/c_runtime_api.h | 2 +-
 python/tvm/_ffi/libinfo.py          | 2 +-
 version.py                          | 2 +-
 web/package.json                    | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/conda/recipe/meta.yaml b/conda/recipe/meta.yaml
index 38cd327f13..077f542a4f 100644
--- a/conda/recipe/meta.yaml
+++ b/conda/recipe/meta.yaml
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-{% set version = '0.15.dev0' %}
+{% set version = '0.14.dev0' %}
 {% set pkg_name = 'tvm' %}
 {% set cuda_tag = cuda_version | replace('.', '') %} # [cuda]
 {% set pkg_name = pkg_name + '-cu' + cuda_tag %} # [cuda]
diff --git a/include/tvm/runtime/c_runtime_api.h b/include/tvm/runtime/c_runtime_api.h
index d678003ee8..43cf499481 100644
--- a/include/tvm/runtime/c_runtime_api.h
+++ b/include/tvm/runtime/c_runtime_api.h
@@ -73,7 +73,7 @@
 #endif
 
 // TVM version
-#define TVM_VERSION "0.15.dev0"
+#define TVM_VERSION "0.14.dev0"
 
 // TVM Runtime is DLPack compatible.
 #include <dlpack/dlpack.h>
diff --git a/python/tvm/_ffi/libinfo.py b/python/tvm/_ffi/libinfo.py
index 4cf3d3c22a..3ec78fe278 100644
--- a/python/tvm/_ffi/libinfo.py
+++ b/python/tvm/_ffi/libinfo.py
@@ -227,4 +227,4 @@ def find_include_path(name=None, search_path=None, optional=False):
 # We use the version of the incoming release for code
 # that is under development.
 # The following line is set by tvm/python/update_version.py
-__version__ = "0.15.dev0"
+__version__ = "0.14.dev0"
diff --git a/version.py b/version.py
index ee4b3507c3..3f18a7dd33 100644
--- a/version.py
+++ b/version.py
@@ -44,7 +44,7 @@ import subprocess
 # Two tag formats are supported:
 # - vMAJ.MIN.PATCH (e.g. v0.8.0) or
 # - vMAJ.MIN.devN (e.g. v0.8.dev0)
-__version__ = "0.15.dev0"
+__version__ = "0.14.dev0"
 
 # ---------------------------------------------------
 
diff --git a/web/package.json b/web/package.json
index ac80622fd7..4378517dd5 100644
--- a/web/package.json
+++ b/web/package.json
@@ -2,7 +2,7 @@
   "name": "tvmjs",
   "displayName": "TVM Wasm JS runtime",
   "license": "Apache-2.0",
-  "version": "0.15.0-dev0",
+  "version": "0.14.0-dev0",
   "scripts": {
     "prepwasm": "make && python3 tests/python/prepare_test_libs.py",
     "build": "tsc -b && make rmtypedep",


[tvm] 02/03: [release] Update version to 0.14.0 on main branch

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

syfeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git

commit b94bfe25ea84db7ba8a447c92e8712d45764ccb6
Author: ysh329 <ys...@users.noreply.github.com>
AuthorDate: Sun Oct 15 14:58:36 2023 +0000

    [release] Update version to 0.14.0 on main branch
---
 conda/recipe/meta.yaml              | 2 +-
 include/tvm/runtime/c_runtime_api.h | 2 +-
 python/tvm/_ffi/libinfo.py          | 2 +-
 version.py                          | 2 +-
 web/package.json                    | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/conda/recipe/meta.yaml b/conda/recipe/meta.yaml
index 077f542a4f..26c80f1b47 100644
--- a/conda/recipe/meta.yaml
+++ b/conda/recipe/meta.yaml
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-{% set version = '0.14.dev0' %}
+{% set version = '0.14.0' %}
 {% set pkg_name = 'tvm' %}
 {% set cuda_tag = cuda_version | replace('.', '') %} # [cuda]
 {% set pkg_name = pkg_name + '-cu' + cuda_tag %} # [cuda]
diff --git a/include/tvm/runtime/c_runtime_api.h b/include/tvm/runtime/c_runtime_api.h
index 43cf499481..40fbdaf2dd 100644
--- a/include/tvm/runtime/c_runtime_api.h
+++ b/include/tvm/runtime/c_runtime_api.h
@@ -73,7 +73,7 @@
 #endif
 
 // TVM version
-#define TVM_VERSION "0.14.dev0"
+#define TVM_VERSION "0.14.0"
 
 // TVM Runtime is DLPack compatible.
 #include <dlpack/dlpack.h>
diff --git a/python/tvm/_ffi/libinfo.py b/python/tvm/_ffi/libinfo.py
index 3ec78fe278..3ac2e037d6 100644
--- a/python/tvm/_ffi/libinfo.py
+++ b/python/tvm/_ffi/libinfo.py
@@ -227,4 +227,4 @@ def find_include_path(name=None, search_path=None, optional=False):
 # We use the version of the incoming release for code
 # that is under development.
 # The following line is set by tvm/python/update_version.py
-__version__ = "0.14.dev0"
+__version__ = "0.14.0"
diff --git a/version.py b/version.py
index 3f18a7dd33..eab814e2a6 100644
--- a/version.py
+++ b/version.py
@@ -44,7 +44,7 @@ import subprocess
 # Two tag formats are supported:
 # - vMAJ.MIN.PATCH (e.g. v0.8.0) or
 # - vMAJ.MIN.devN (e.g. v0.8.dev0)
-__version__ = "0.14.dev0"
+__version__ = "0.14.0"
 
 # ---------------------------------------------------
 
diff --git a/web/package.json b/web/package.json
index 4378517dd5..525126c43e 100644
--- a/web/package.json
+++ b/web/package.json
@@ -2,7 +2,7 @@
   "name": "tvmjs",
   "displayName": "TVM Wasm JS runtime",
   "license": "Apache-2.0",
-  "version": "0.14.0-dev0",
+  "version": "0.14.0",
   "scripts": {
     "prepwasm": "make && python3 tests/python/prepare_test_libs.py",
     "build": "tsc -b && make rmtypedep",


[tvm] 03/03: [Release] Update version to 0.15.dev0 on main branch

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

syfeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git

commit a13eadbddaa94246f2d572aed6e04b70737616c5
Author: ysh329 <ys...@users.noreply.github.com>
AuthorDate: Sun Oct 15 15:00:16 2023 +0000

    [Release] Update version to 0.15.dev0 on main branch
---
 conda/recipe/meta.yaml              | 2 +-
 include/tvm/runtime/c_runtime_api.h | 2 +-
 python/tvm/_ffi/libinfo.py          | 2 +-
 version.py                          | 2 +-
 web/package.json                    | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/conda/recipe/meta.yaml b/conda/recipe/meta.yaml
index 26c80f1b47..38cd327f13 100644
--- a/conda/recipe/meta.yaml
+++ b/conda/recipe/meta.yaml
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-{% set version = '0.14.0' %}
+{% set version = '0.15.dev0' %}
 {% set pkg_name = 'tvm' %}
 {% set cuda_tag = cuda_version | replace('.', '') %} # [cuda]
 {% set pkg_name = pkg_name + '-cu' + cuda_tag %} # [cuda]
diff --git a/include/tvm/runtime/c_runtime_api.h b/include/tvm/runtime/c_runtime_api.h
index 40fbdaf2dd..d678003ee8 100644
--- a/include/tvm/runtime/c_runtime_api.h
+++ b/include/tvm/runtime/c_runtime_api.h
@@ -73,7 +73,7 @@
 #endif
 
 // TVM version
-#define TVM_VERSION "0.14.0"
+#define TVM_VERSION "0.15.dev0"
 
 // TVM Runtime is DLPack compatible.
 #include <dlpack/dlpack.h>
diff --git a/python/tvm/_ffi/libinfo.py b/python/tvm/_ffi/libinfo.py
index 3ac2e037d6..4cf3d3c22a 100644
--- a/python/tvm/_ffi/libinfo.py
+++ b/python/tvm/_ffi/libinfo.py
@@ -227,4 +227,4 @@ def find_include_path(name=None, search_path=None, optional=False):
 # We use the version of the incoming release for code
 # that is under development.
 # The following line is set by tvm/python/update_version.py
-__version__ = "0.14.0"
+__version__ = "0.15.dev0"
diff --git a/version.py b/version.py
index eab814e2a6..ee4b3507c3 100644
--- a/version.py
+++ b/version.py
@@ -44,7 +44,7 @@ import subprocess
 # Two tag formats are supported:
 # - vMAJ.MIN.PATCH (e.g. v0.8.0) or
 # - vMAJ.MIN.devN (e.g. v0.8.dev0)
-__version__ = "0.14.0"
+__version__ = "0.15.dev0"
 
 # ---------------------------------------------------
 
diff --git a/web/package.json b/web/package.json
index 525126c43e..ac80622fd7 100644
--- a/web/package.json
+++ b/web/package.json
@@ -2,7 +2,7 @@
   "name": "tvmjs",
   "displayName": "TVM Wasm JS runtime",
   "license": "Apache-2.0",
-  "version": "0.14.0",
+  "version": "0.15.0-dev0",
   "scripts": {
     "prepwasm": "make && python3 tests/python/prepare_test_libs.py",
     "build": "tsc -b && make rmtypedep",