Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tic
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenyuanbo
tic
Commits
51b5153f
Unverified
Commit
51b5153f
authored
Jan 15, 2020
by
Tianqi Chen
Committed by
GitHub
Jan 15, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[VERSION] Update mainline version to 0.7.dev0 (#4720)
parent
0ec27f4b
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
conda/tvm-libs/meta.yaml
+1
-1
conda/tvm/meta.yaml
+1
-1
include/tvm/runtime/c_runtime_api.h
+1
-1
python/tvm/_ffi/libinfo.py
+1
-1
version.py
+1
-1
web/tvm_runtime.js
+1
-1
No files found.
conda/tvm-libs/meta.yaml
View file @
51b5153f
...
...
@@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.
{
%
set version = "0.
6.
0" %
}
{
%
set version = "0.
7.dev
0" %
}
package
:
name
:
tvm-libs
...
...
conda/tvm/meta.yaml
View file @
51b5153f
...
...
@@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.
{
%
set version = "0.
6.
0" %
}
{
%
set version = "0.
7.dev
0" %
}
package
:
name
:
tvm
...
...
include/tvm/runtime/c_runtime_api.h
View file @
51b5153f
...
...
@@ -61,7 +61,7 @@
#endif
// TVM version
#define TVM_VERSION "0.
6.
0"
#define TVM_VERSION "0.
7.dev
0"
// TVM Runtime is DLPack compatible.
...
...
python/tvm/_ffi/libinfo.py
View file @
51b5153f
...
...
@@ -209,4 +209,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.
6.
0"
__version__
=
"0.
7.dev
0"
version.py
View file @
51b5153f
...
...
@@ -31,7 +31,7 @@ import re
# current version
# We use the version of the incoming release for code
# that is under development
__version__
=
"0.
6.
0"
__version__
=
"0.
7.dev
0"
# Implementations
def
update
(
file_name
,
pattern
,
repl
):
...
...
web/tvm_runtime.js
View file @
51b5153f
...
...
@@ -21,7 +21,7 @@
* TVM Javascript web runtime library.
*
* @projectname tvm
* @version 0.
6.
0
* @version 0.
7.dev
0
*/
/* eslint no-unused-vars: "off" */
/* eslint no-unexpected-multiline: "off" */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment