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
154e054d
Commit
154e054d
authored
Mar 05, 2019
by
ziheng
Committed by
Tianqi Chen
Mar 05, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[VERSION] Update to 0.6.dev (#2736)
parent
c2e60c6f
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
8 deletions
+8
-8
conda/nnvm/meta.yaml
+1
-1
conda/topi/meta.yaml
+1
-1
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/nnvm/meta.yaml
View file @
154e054d
{
%
set version = "0.
5
.dev" %
}
{
%
set version = "0.
6
.dev" %
}
package
:
name
:
nnvm
...
...
conda/topi/meta.yaml
View file @
154e054d
{
%
set version = "0.
5
.dev" %
}
{
%
set version = "0.
6
.dev" %
}
package
:
name
:
topi
...
...
conda/tvm-libs/meta.yaml
View file @
154e054d
{
%
set version = "0.
5
.dev" %
}
{
%
set version = "0.
6
.dev" %
}
package
:
name
:
tvm-libs
...
...
conda/tvm/meta.yaml
View file @
154e054d
{
%
set version = "0.
5
.dev" %
}
{
%
set version = "0.
6
.dev" %
}
package
:
name
:
tvm
...
...
include/tvm/runtime/c_runtime_api.h
View file @
154e054d
...
...
@@ -43,7 +43,7 @@
#endif
// TVM version
#define TVM_VERSION "0.
5
.dev"
#define TVM_VERSION "0.
6
.dev"
// TVM Runtime is DLPack compatible.
...
...
python/tvm/_ffi/libinfo.py
View file @
154e054d
...
...
@@ -163,4 +163,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.
5
.dev"
__version__
=
"0.
6
.dev"
version.py
View file @
154e054d
...
...
@@ -16,7 +16,7 @@ import re
# current version
# We use the version of the incoming release for code
# that is under development
__version__
=
"0.
5
"
__version__
=
"0.
6.dev
"
# Implementations
def
update
(
file_name
,
pattern
,
repl
):
...
...
web/tvm_runtime.js
View file @
154e054d
...
...
@@ -2,7 +2,7 @@
* TVM Javascript web runtime library.
*
* @projectname tvm
* @version 0.
5
.dev
* @version 0.
6
.dev
*/
/* 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