Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tvm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cld
ml
tvm
Commits
9e675779
Unverified
Commit
9e675779
authored
7 years ago
by
Tianqi Chen
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[RELEASE] Release note for 0.2 (#853)
parent
4252d4e6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS.md
+40
-2
40 additions, 2 deletions
NEWS.md
python/tvm/_ffi/libinfo.py
+1
-1
1 addition, 1 deletion
python/tvm/_ffi/libinfo.py
with
41 additions
and
3 deletions
NEWS.md
+
40
−
2
View file @
9e675779
...
...
@@ -3,11 +3,49 @@ TVM Change Log
This file records the changes in TVM library in reverse chronological order.
## On-going version
## On onging verison
Refer to the Roadmap issue for complete list on on-going version features.
If you check in something that is not reflected in Roadmap issue, please reply
to that issue so it can get added.
## 0.2
This release comes with a complete set of TOPI support for NNVM compiler, which allows compilation of end to end workloads.
We also make major improvements in supporting new backends: ROCm for AMDGPUs and ARM GPU.
-
Backend support
-
Support LLVM mainline(4.0, 5.0, 6.0)
-
Support ROCM stack for AMD GPUs
-
More robust OpenCL support for ARM GPUs
-
Android RPC runtime
-
Multi-threading optimization for ARM
-
multi-threaded depthwise
-
multi-threaded conv2d
-
New schedule primitives
-
storage_align for shared memory alignment
-
double_buffer
-
UnrollLoop : more robust version of unroll loop, count maximum steps that can be unrolled.
-
Full set of TOPI operators
-
Introduce tvm.target to specify target options for compilation better.
-
broadcast/ reduction operators
-
pooling and global pooling
-
Generic target support for topi
-
schedule with external libraries
-
End to end deep learning pipelines for CPU, GPU, ARM GPU
-
Tutorials
-
How to load compiled module in any language runtime
-
How to use java runtime
-
Contrib library: MIOpen, CuDNN
-
Ongoing items that contains functioning pieces
-
WebGL backend
-
C++ compiler support
-
MPS DNN
-
low bit support, introduced popcount
## 0.1
## 0.1rc
-
Language runtime
-
python
-
javascript
...
...
This diff is collapsed.
Click to expand it.
python/tvm/_ffi/libinfo.py
+
1
−
1
View file @
9e675779
...
...
@@ -100,4 +100,4 @@ def find_lib_path(name=None, search_path=None, optional=False):
# current version
__version__
=
"
0.
1
.0
"
__version__
=
"
0.
2
.0
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment