tvm
tvm copied to clipboard
TVM integration into PyTorch
This project has not been updated for almost three months. Has the project been deprecated? Will the planned tasks in the roadmap be implemented?
This is pull request was created automatically because we noticed your project was missing a Code of Conduct file. Code of Conduct files facilitate respectful and constructive communities by establishing...
This is pull request was created automatically because we noticed your project was missing a Contributing file. CONTRIBUTING files explain how a developer can contribute to the project - which...
Use avx2 based tensorization to enable perf improvement on avx2 only machines. Gets on par with fbgemm but on VMs variation prevents strong conclusion.
We take PT JIT IR graph and fuse those nodes of the graph that can be lowered to Relay graph in TVM. However the current fusion logic does not create...
Also added test. Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
Hi, I was wondering whether there is any speed benchmark for Pytorch/tvm comparing to original Pytorch. If there is speed benefit, where does it come from?
Hi, when I clone this repo to my local folder and I use 'python setup.py install'. It has the following errors: running install running build running build_py copying torch_tvm/version.py ->...
Hi, there's an error when I was running `python test/benchmark.py`. Environment: * CentOS 7 * GCC 6.3 * LLVM 8.0 * Pytorch 1.4.0 (build from source) Error message: Tracing model...