-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TVM v0.2 Release Note #349
Comments
Great interest in 1bit convolution! |
Gonna finish the GPU end to end Resnet and interested in gpu optimization on Volta. |
I would like to take 8bit on ARM |
I'd like to take gpu on android device. |
also cc @ysh329 who is also interested in android gpu opencl devices. |
May also consider RenderScript implementation for GPU on Android. @Javelinjs |
For low bitwidth conv/gemm implementations, you might find https://github.com/caffe2/caffe2/blob/master/caffe2/mobile/contrib/ulp2/ulp_neon.cc interesting as a baseline. The gess microkernel hits >80% of peak on a few common microarchitectures on ARMv7. |
And re: wrapping MPS in C++, https://github.com/caffe2/caffe2/blob/master/caffe2/mobile/contrib/ios/mpscnn/mpscnn.mm might be interesting as well. |
thanks @ajtulloch the links are helpful. It might make sense to put the neon micro kernel as contrib so we can use RPC to test it in a integrated fashion |
It has been five months a year since v0.1 release and we have made a lot of progress. I would like to propose release of v0.2 on Jan 31th. The current checklist will go into the release note, and we will move the unfinished ones into the roadmap of next release cycle. Thanks everyone's effort to put in the great set of improvements. |
Feb 31?
On Wed, Jan 24, 2018 at 12:19 Tianqi Chen ***@***.***> wrote:
It has been five months a year since v0.1 release and we have made a lot
of progress. I would like to propose release of v0.2 on Feb 31th. The
current checklist will go into the release note, and we will move the
unfinished ones into the roadmap of next release cycle.
Thanks everyone's effort to put in the great set of improvements.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#349 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABM13snrP1zcgKx_BlK6SIsS0Naic_EJks5tN5BXgaJpZM4O8NUC>
.
--
Sent from mobile phone
|
Sorry should be Jan 31th, corrected in the comment |
v0.2 has been officially tagged. close this issue. The next cycle roadmap is at #854 |
* [BugFix] Fix bug of compute_at * [BugFix] update doc * [BugFix] remove redundant log output * fix a tiny typo in tir/schedule/analysis.cc
…pache#349) * [TVMScript][Bugfix] Minor fix for `type_args` and constant printing
…pache#349) * [TVMScript][Bugfix] Minor fix for `type_args` and constant printing
…pache#349) * [TVMScript][Bugfix] Minor fix for `type_args` and constant printing
Thanks for everyone for a good first release, this issue contains the road-map and checklist we want to achieve in 0.2, feel free to comment, we will open separate issues when necessary for detailed progress checking. Feel free to volunteer yourself if you are interested in trying out some items.
As usual, the checklist will go into the release note.
Features
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 optimized ARM GPU performance.
The text was updated successfully, but these errors were encountered: