Skip to content
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 0.1 Release Note #275

Closed
31 of 39 tasks
tqchen opened this issue Jul 26, 2017 · 8 comments
Closed
31 of 39 tasks

TVM 0.1 Release Note #275

tqchen opened this issue Jul 26, 2017 · 8 comments

Comments

@tqchen
Copy link
Member

tqchen commented Jul 26, 2017

Thanks all for pushing hard toward the release. We plan to make the repo public on Thursday, it is two days behind our original plan but hopefully we get most pieces here. I will keep editing the issue to as we have more updates, the checklist will go into the release note.

Check List

  • Language runtime
    • python
    • javascript
    • java
    • c++
  • Backend
    • arm, x86
    • javascript, wasm
    • CUDA
    • opencl
    • Metal
  • DNN Library integration
    • nnpack fc
    • nnpack conv
    • CuDNN
    • MPS
  • RPC runtime
    • Normal RPC
    • RPC Proxy
    • Websocket RPC
    • Android RPC
    • iOS RPC
  • TOPI operator pipeline python
    • Convolution
    • Depthwise convolution
    • GEMM
    • Broadcast and reduction
  • TOPI operator pipeline in C++
    • Convolution
    • Depthwise
    • Broadcast
    • reduction
  • Rough perf of the TOPI GPU pipeline
    • GPU GEMM
    • GPU depthwise-conv
    • GPU conv2d, batch=64
    • GPU conv2d, batch=1
    • GPU bcast and reduction
  • Rough pref of TOPI CPU pipeline
    • CPU GEMM
    • CPU conv2d
    • CPU depthwise-conv
    • CPU bcast and reduction
  • End to end graph executors
    • Basic graph lowering framework
    • NNVM Graph runtime
    • Resnet pipeline CPU version
    • Resnet pipeline raspi
@tqchen tqchen changed the title TVM 0.1 Release CheckList TVM 0.1 Release Roadmap and CheckList Jul 26, 2017
@bhack
Copy link

bhack commented Aug 2, 2017

Need you to complete this list before publishing this repository?

@tqchen
Copy link
Member Author

tqchen commented Aug 2, 2017

as indicated in the issue, we will do the release regardless of the status, in case a few of them is still lagging

@bhack
Copy link

bhack commented Aug 2, 2017

Thanks, was just for planning.. probably too late for Gsoc but we will wait for TOPI operator pipeline in C++

@sxjscience
Copy link
Member

When comparing the speed of TVM kernels with kernels in other packages like MXNet, pytorch and TF, should we create a separate directory to store these benchmarking scripts?

@tqchen
Copy link
Member Author

tqchen commented Aug 10, 2017

For now let us keep the original repo free of dependency. A more cleaner comparison would be directly compare cudnn libraries, which we will have binding for

@tqchen
Copy link
Member Author

tqchen commented Aug 15, 2017

Thanks all for pushing hard toward the release. We plan to make the repo public on Thursday, it is two days behind our original plan but hopefully we get most pieces here. I will keep editing the issue to as we have more updates, the checklist will go into the release note.

@tqchen tqchen changed the title TVM 0.1 Release Roadmap and CheckList TVM 0.1 Release Roadmap Aug 15, 2017
@tqchen
Copy link
Member Author

tqchen commented Aug 17, 2017

close this for now as the release note as been updated

@tqchen tqchen closed this as completed Aug 17, 2017
@tqchen
Copy link
Member Author

tqchen commented Jan 24, 2018

Roadmap for v0.2 #349

@tqchen tqchen changed the title TVM 0.1 Release Roadmap TVM 0.1 Release Note Jan 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants