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
2f1685fe
Commit
2f1685fe
authored
Nov 24, 2019
by
Tianqi Chen
Committed by
Yizhi Liu
Nov 24, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[LICENSE] clarify the blockingqueue license, update version to 0.6.0 (#4414)
parent
6a9e6e4d
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
17 additions
and
9 deletions
+17
-9
LICENSE
+1
-1
conda/tvm-libs/meta.yaml
+1
-1
conda/tvm/meta.yaml
+1
-1
include/tvm/runtime/c_runtime_api.h
+1
-1
licenses/LICENSE.blockingconcurrentqueue.txt
+10
-2
python/tvm/_ffi/libinfo.py
+1
-1
version.py
+1
-1
web/tvm_runtime.js
+1
-1
No files found.
LICENSE
View file @
2f1685fe
...
...
@@ -224,7 +224,7 @@ BSD 2-clause License
BSD 2-clause License + zlib License
-----------------------------------
3rdparty/dmlc-core/include/dmlc/concurrentqueue.h
3rdparty/dmlc-core/include/dmlc/
blocking
concurrentqueue.h
MIT License
...
...
conda/tvm-libs/meta.yaml
View file @
2f1685fe
...
...
@@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.
{
%
set version = "0.6.
dev1
" %
}
{
%
set version = "0.6.
0
" %
}
package
:
name
:
tvm-libs
...
...
conda/tvm/meta.yaml
View file @
2f1685fe
...
...
@@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.
{
%
set version = "0.6.
dev1
" %
}
{
%
set version = "0.6.
0
" %
}
package
:
name
:
tvm
...
...
include/tvm/runtime/c_runtime_api.h
View file @
2f1685fe
...
...
@@ -61,7 +61,7 @@
#endif
// TVM version
#define TVM_VERSION "0.6.
dev
"
#define TVM_VERSION "0.6.
0
"
// TVM Runtime is DLPack compatible.
...
...
licenses/LICENSE.blockingconcurrentqueue.txt
View file @
2f1685fe
©2015-2016 Cameron Desrochers. Distributed under the terms of the simplified
BSD license, available at the top of concurrentqueue.h.
Uses Jeff Preshing's semaphore implementation (under the terms of its
separate zlib license, embedded below).
zlib license
------------
Copyright (c) 2015 Jeff Preshing
This software is provided 'as-is', without any express or implied
...
...
@@ -14,4 +23,4 @@ freely, subject to the following restrictions:
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
\ No newline at end of file
3. This notice may not be removed or altered from any source distribution.
python/tvm/_ffi/libinfo.py
View file @
2f1685fe
...
...
@@ -202,4 +202,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.
dev
"
__version__
=
"0.6.
0
"
version.py
View file @
2f1685fe
...
...
@@ -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.
dev
"
__version__
=
"0.6.
0
"
# Implementations
def
update
(
file_name
,
pattern
,
repl
):
...
...
web/tvm_runtime.js
View file @
2f1685fe
...
...
@@ -21,7 +21,7 @@
* TVM Javascript web runtime library.
*
* @projectname tvm
* @version 0.6.
dev
* @version 0.6.
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