- 24 Mar, 2020 1 commit
-
-
Jared Roesch committed
-
- 12 Mar, 2020 1 commit
-
-
The ubuntu_install_llvm.sh script started failing because of a http to https redirect. This patch adds the package that allows apt to handle https transport. Change-Id: I70bcba32a9fc75d02c54f4f21f288b2f46226689
Marcus Shawcroft committed
-
- 10 Mar, 2020 1 commit
-
-
* Add Nick's changes's squashed * Fix frontend compilation * Re-enable Rust CI * Add changes with conflicted badly * Restructure import_module! macro in order to avoid unstable features * Kill old unstable feature enablement * Refactor common to use new APIs * Move the code to stable * Fix warning Co-authored-by: Nick Hynes <nhynes@oasislabs.com>
Jared Roesch committed
-
- 05 Mar, 2020 1 commit
-
-
Tianqi Chen committed
-
- 26 Feb, 2020 1 commit
-
-
Nick Hynes committed
-
- 18 Feb, 2020 1 commit
-
-
Tianqi Chen committed
-
- 09 Feb, 2020 1 commit
-
-
Tianqi Chen committed
-
- 06 Feb, 2020 1 commit
-
-
Tianqi Chen committed
-
- 25 Jan, 2020 1 commit
-
-
HUAN-PING SU committed
-
- 19 Jan, 2020 1 commit
-
-
HUAN-PING SU committed
-
- 10 Jan, 2020 3 commits
-
-
Tianqi Chen committed
-
Tianqi Chen committed
-
Liangfu Chen committed
-
- 06 Jan, 2020 2 commits
-
-
* Fix typos on Docker image versions that we are currently running as part of CI * Add version comment in the same pattern for ci_lint image
Leandro Nunes committed -
* As a result of backwards incompatible changes released in pillow 7.0, torchvision crashes if you just "pip install pillow", as we do in a few places. * This patch sets pillow<7 to be installed in Dockerfiles and support material as tutorials and documentation.
Leandro Nunes committed
-
- 24 Dec, 2019 1 commit
-
-
This PR cleans up the left over code for legacy verilog support which was experimental. The new hardware backend path is now support by VTA via TSIM.
Tianqi Chen committed
-
- 23 Dec, 2019 1 commit
-
-
* Remove NNVM compiler
Tianqi Chen committed
-
- 13 Dec, 2019 1 commit
-
-
Leandro Nunes committed
-
- 18 Nov, 2019 1 commit
-
-
Cody Hao Yu committed
-
- 16 Nov, 2019 1 commit
-
-
Cody Hao Yu committed
-
- 14 Nov, 2019 1 commit
-
-
* [DOCKER] Add ONNX runtime dep * Improve ci script
Tianqi Chen committed
-
- 06 Nov, 2019 1 commit
-
-
Tianqi Chen committed
-
- 31 Oct, 2019 2 commits
-
-
Tianqi Chen committed
-
* [CI] Update the ci-gpu to use cuda10 * [CI] Enforce tensorcore gpu for unittest
Tianqi Chen committed
-
- 30 Oct, 2019 1 commit
-
-
* [CI] use llvm9 for the gpu tests * Update Docker script to support new nvidia docker
Tianqi Chen committed
-
- 18 Oct, 2019 1 commit
-
-
Tianqi Chen committed
-
- 17 Oct, 2019 1 commit
-
-
The existing sequence of pip install commands fetches and installs torch==1.0.1.post2 then fetches an unpinned version of torchvision, recent torchvision packages hardwire the specific torch version they depend on, the overall effect is that we install a pinned torch version then replace it with whatever version the torchvision package depends on. The most recent torchvision==0.4.1 package results in some test case failures. This patch pins torchvision back to 0.4.0, the most recent version that the test suite worked. Removing the explicit torch install because it is implied and pinned as dependency of torchvision. Change-Id: Ib30bf6aed79ff130ea15ef5134fefb0508790574
Marcus Shawcroft committed
-
- 10 Oct, 2019 1 commit
-
-
The torch package depends on the future package but the torch wheel does not expose that dependency resulting in an inconsitent install. Ideally the wheel should declare all of its dependencies, I'm not sure why the packagers have choosen not to do this, for now the simple work around is to explicitly install the future package. Change-Id: Ic9f0f4bb4c78ab65706fc1b20c1b4fd287856a9e
Marcus Shawcroft committed
-
- 27 Sep, 2019 1 commit
-
-
Tianqi Chen committed
-
- 17 Sep, 2019 1 commit
-
-
Junru Shao committed
-
- 08 Sep, 2019 1 commit
-
-
雾雨魔理沙 committed
-
- 23 Aug, 2019 1 commit
-
-
Fixed repo change for llvm-9 to resolve missing dependency issue when building images with llvm enabled (#3826)
tristan-arm committed
-
- 08 Aug, 2019 1 commit
-
-
* [DOCKER] Fix missing apt https transport support * [DOCKER] Drop superflous explicit sudo's
Marcus Shawcroft committed
-
- 07 Aug, 2019 2 commits
-
-
Nick Hynes committed
-
Thierry Moreau committed
-
- 02 Aug, 2019 1 commit
-
-
* add dgl to docker file * add dgl to docker file
Yulun Yao committed
-
- 22 Jul, 2019 1 commit
-
-
* [RFC] Initial support for Tflite operator SPLIT This patch adds initial support for the tflite operator split. However I am not yet sure how to handle the axis parameter for the split operator and support it in the test infrastructure. Putting this up for an initial review and comment. The split operator in tflite according to https://www.tensorflow.org/lite/guide/ops_compatibility appears to take num_or_size_split as a 0D tensor. I also note that tflite.split is one of the few operators that returns multiple outputs and thus the helper routines in the tests needed some massaging to make this work. @apivarov , could you please review this ? Thanks, Ramana * Fix the axis parameter Add more tests * Address review comments * Try out frozen_gene's suggestion * Handle split of 1 element * int32 is only supported in tflite 1.14, let's check that version here. * Keep this at python3.5 * Add packaging as a python package to be installed
Ramana Radhakrishnan committed
-
- 21 Jul, 2019 1 commit
-
-
Tianqi Chen committed
-
- 18 Jul, 2019 1 commit
-
-
* Support additional architectures beyond x86_64 in ubuntu_install_java While attempting to get a development environment going for TVM on my AArch64 desktop I ran into some hardcoding of relevant architectures.
Ramana Radhakrishnan committed
-
- 10 Jul, 2019 1 commit
-
-
http://www.trieuvan.com/apache//creadur/apache-rat-0.12/apache-rat-0.12-bin.tar.gz gives a 404 so point the installer at archive.apache.org hopefull that is more reliable.
Marcus Shawcroft committed
-