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
7ffcff2d
Commit
7ffcff2d
authored
Aug 17, 2017
by
Tianqi Chen
Committed by
GitHub
Aug 17, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DOC] Release note (#340)
parent
ae6abe82
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
10 deletions
+30
-10
HalideIR
+1
-1
NEWS.md
+25
-7
README.md
+4
-2
No files found.
HalideIR
@
f3eb8545
Subproject commit
326e2fa18734f0592d257da6b8cfaae90a499c5c
Subproject commit
f3eb854595ff99f4b05a5d8034bcacea30ef045b
NEWS.md
View file @
7ffcff2d
...
...
@@ -3,13 +3,32 @@ TVM Change Log
This file records the changes in TVM library in reverse chronological order.
## Initial version (0.1rc)
## 0.1rc
-
Language runtime
-
python
-
javascript
-
java
-
c++
-
Backend
-
arm, x86
-
javascript, wasm
-
CUDA
-
opencl
-
Metal
-
DNN Library integration
-
RPC runtime
-
TOPI operator pipeline python
-
TOPI operator pipeline in C++
-
Rough perf of the TOPI GPU pipeline
-
Rough pref of TOPI CPU pipeline
-
End to end graph executors
## Initial version
-
Pack libary into shared library.
-
External function and contrib libraries
-
Metal backend
-
OpenCL backend
-
CUDA backend
-
LLVM backend
-
DLPack integration support
-
AOT and module system
-
Basic code structure ready.
\ No newline at end of file
-
Basic code structure ready.
README.md
View file @
7ffcff2d
TVM: Tensor IR Stack for Deep Learning Systems
==============================================
[
![GitHub license
](
http://dmlc.github.io/img/apache2.svg
)
](./LICENSE)
[
![Build Status
](
http://mode-gpu.cs.washington.edu:8080/buildStatus/icon?job=dmlc/tvm/master
)
](http://mode-gpu.cs.washington.edu:8080/job/dmlc/job/tvm/job/master/)
...
...
@@ -9,12 +12,11 @@
[
Contributors
](
CONTRIBUTORS.md
)
|
[
Release Notes
](
NEWS.md
)
TVM: Tensor IR Stack for Deep Learning Systems
==============================================
TVM is a Tensor intermediate representation(IR) 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.
License
-------
© Contributors, 2017. Licensed under an
[
Apache-2.0
](
https://github.com/dmlc/tvm/blob/master/LICENSE
)
license.
...
...
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