- 14 Oct, 2019 1 commit
-
-
Tianqi Chen committed
-
- 08 Sep, 2019 1 commit
-
-
雾雨魔理沙 committed
-
- 15 Aug, 2019 1 commit
-
-
* Refactor. * update * update * update * update * update * update
ziheng committed
-
- 13 Aug, 2019 1 commit
-
-
* building TSIM specific library along with fast simulator to quickly switch between dlls * cmake controlled TSIM libraries * always build tsim driver in either simulation modes * build DLLs based on CMAKE flags * updating the jenkinsfile * small restructuring * reducing the cmake flags * update instructions * reverting to 3 flags * update Jenkinsfile * adding new line * enabling TSIM unit and integration tests * fix description * temporarily disabling task_python_vta tests in CPU Build stage * move CPU tests in unit test stage * stage reorg * better make * disabling TSIM tests for now * reverting some restructuring * fix
Thierry Moreau committed
-
- 07 Aug, 2019 1 commit
-
-
Thierry Moreau committed
-
- 11 Jun, 2019 1 commit
-
-
Tianqi Chen committed
-
- 10 Jun, 2019 2 commits
-
-
The exist code of a posix compilant shell is 0..255. Attempting to return -1 will error in some shells and implicitly cast to 255 in others. Fix it by returning a legal return value.
Marcus Shawcroft committed -
Marcus Shawcroft committed
-
- 07 Jun, 2019 1 commit
-
-
The existing RAT ASF license auditing logic ignores any failure in the shell pipeline rather than just the exit code of the final grep. Adjust the logic such that failure of the various tools in the pipeline are not elided away.
Marcus Shawcroft committed
-
- 28 May, 2019 1 commit
-
-
Nick Hynes committed
-
- 24 May, 2019 1 commit
-
-
* [RELAY]Frontend darknet * CI test file updated & CI error fixed * avg_pool pad fix * Changed repo_url and doc formatting
Siju committed
-
- 28 Apr, 2019 2 commits
-
-
Tianqi Chen committed
-
Tianqi Chen committed
-
- 16 Apr, 2019 1 commit
-
-
hlu1 committed
-
- 15 Apr, 2019 1 commit
-
-
Due to the previous changes the frontend resnet example failed to build. So this patch 1) fixes it 2) adds ~~a local `run_tests.sh` to remedy non-existence of MXNet CI (used in python build example)~~ the example build to CI with random weights and a flag for pretrained resnet weights Please review: @tqchen @nhynes @kazimuth
Ehsan M. Kermani committed
-
- 12 Apr, 2019 1 commit
-
-
* [Relay] C++ GraphRuntimeCodegen * [Test] Deprecate Python2 * [Python3] Add Py2 check * Update _pyversion.py * [Python3] Update test
Bing Xu committed
-
- 08 Apr, 2019 1 commit
-
-
* [HEADER] ASF header dir=include * [HEADER] ASF Header dir=src * [HEADER] ASF Header -dir=python * [HEADER] ASF header dir=topi * [HEADER] ASF Header dir=nnvm * [HEADER] ASF Header -dir=tutorials * [HEADER] ASF Header dir=tests * [HEADER] ASF Header -dir=docker * fix whitespace * [HEADER] ASF Header -dir=jvm * [HEADER] ASF Header -dir=web * [HEADER] ASF Header --dir=apps * [HEADER] ASF Header --dir=vta * [HEADER] ASF Header -dir=go * temp * [HEADER] ASF Header --dir=rust * [HEADER] Add ASF Header --dir=cmake * [HEADER] ASF Header --dir=docs * [HEADER] Header for Jenkinsfile * [HEADER] ASF Header to toml and md * [HEADER] ASF Header to gradle * Finalize rat cleanup * Fix permission * Fix java test * temporary remove nnvm onnx test
Tianqi Chen committed
-
- 03 Apr, 2019 1 commit
-
-
Nick Hynes committed
-
- 02 Apr, 2019 1 commit
-
-
Marcus Shawcroft committed
-
- 01 Apr, 2019 1 commit
-
-
* [DOCKER][FRONTEND] Run DarkNet tests * update tests to pass CI
MORITA Kazutaka committed
-
- 26 Mar, 2019 1 commit
-
-
Adopt the "set -u" idiom from the docker scripts as a mechanism to improve future robustness.
Marcus Shawcroft committed
-
- 25 Mar, 2019 1 commit
-
-
A number of test scripts use the '|| exit 1' idiom. This has two issues, first process exit codes are defined to be in the range 0-255. Second, more importantly, the idiom is fragile because it requires that every possible failure point be explicitly coded. This patch removes the idiom in favour of "set -e" as used in the docker scripts as a more robust mechanism to ensure that script failures are always caught and propagated by default.
Marcus Shawcroft committed
-
- 20 Mar, 2019 1 commit
-
-
* [AlterLayout] NCHW upsampling * [Relay][Pass] Fix Depthwise AlterLayout
Bing Xu committed
-
- 18 Mar, 2019 1 commit
-
-
hlu1 committed
-
- 01 Mar, 2019 1 commit
-
-
* [SCRIPT] Refactor grep for multiple patterns Tidy up the use of grep. Use -E rather than run multiple grep instances. * [SCRIPT] Refactor grep use in pipeline. Prefer to use stdin redirection rather than create a pipeline. * [SCRIPT] Refactor placement and cleanup of temporary files. Place temporary files in the conventional /tmp location. Avoid poisoning file name space by using $$. Ensure the temporary files get cleaned up, even when the script fails / exits early. * [SCRIPT] Improve robustness of task_lint.sh error handling. Ensure script failures are caught and propagated. Rather than trying to explicitly catch and propagate failures with explicit "|| exit" annotations, use the "set -e" idom from docker/install scripts and have the shell catch and propagate errors in the general case and special case the grep instances where non zero exit is permitted and should be ignored.
Marcus Shawcroft committed
-
- 20 Feb, 2019 1 commit
-
-
Tianqi Chen committed
-
- 13 Feb, 2019 1 commit
-
-
Marcus Shawcroft committed
-
- 05 Feb, 2019 1 commit
-
-
* [RELAY][FRONTEND] Tensorflow frontend support. * * LSTM removed for a while. * * basic ops are good. * * nn wip * * wip * * python2.7 corrections. * * NN ops are good. * * e2e models working good * * all good except LSTM * * rebase, tutorials and CI trigger. * * CI errors. * * enable opt_level=3 * * Docstrings cleanup. testing.tf utils moved to relay from nnvm. * * tutorials update. * * LSTM work good now. * * Rebase * * CI error * * enable PTB. * * rebase. * * tutorials * Update python/tvm/relay/frontend/tensorflow.py Co-Authored-By: srkreddy1238 <sivar.b@huawei.com> * * review comments. * CI fix. * * review comments.
Siva committed
-
- 03 Feb, 2019 1 commit
-
-
Ehsan M. Kermani committed
-
- 02 Feb, 2019 2 commits
-
-
Tianqi Chen committed
-
* [Relay][Frontend] Add Caffe2 Support * [Relay][Frontend] Add Caffe2 Support (fix unsed import) * [Relay][Frontend] Add Caffe2 Support (fix caffe2 model import) * [Relay][Frontend] Add Caffe2 Support (fix model install and reflect code reviews) * [Relay][Frontend] Add Caffe2 Support (fix caffe2 model import) * [Relay][Frontend] Add Caffe2 Support (fix caffe2 model import) * [Relay][Frontend] Add Caffe2 Support (fix caffe2 model import) * [Relay][Frontend] Add Caffe2 Support (fix caffe2 frontend import) * [Relay][Frontend] Add Caffe2 Support (rename function name in test_forward) * [Relay][Frontend] Add Caffe2 Support (fix caffe2 model import) * [Relay][Frontend] Add Caffe2 Support (fix caffe2 model import) * [Doc] Caffe2 frontend tutorial * [Doc] Caffe2 frontend tutorial * [Doc] Caffe2 frontend tutorial * [Relay][Frontend] Add Caffe2 Support (remove unsed file)
Hiroyuki Makino committed
-
- 30 Jan, 2019 1 commit
-
-
* [Relay][Frontend] Add CoreML Support * pip install six in CI * remove triggering nnvm coreml test * set opt_level=2 for nnvm coreml test case
Yizhi Liu committed
-
- 23 Jan, 2019 1 commit
-
-
* Support TFLite FP32 Relay frontend. * Fix lint issue * Remove unnecessary variables and packages * Add method doc string * Fix capital letter of method doc string * Add TFLite FP32 Relay frontend based on latest code * Merge the latest code * Solve cython issue with relay type inference * Modify code based on suggestions
Wu Zhao committed
-
- 12 Jan, 2019 1 commit
-
-
* Remove duplicated frontend tests * Add test for nnvm to relay * Add test to script * Remove dcgan in nnvm_to_relay test due to unsupported op in cuda * Fix bug in converting conv2d from nnvm to relay * Fix dropout
Haichen Shen committed
-
- 11 Jan, 2019 1 commit
-
-
Joshua Z. Zhang committed
-
- 05 Jan, 2019 1 commit
-
-
Yuwei Hu committed
-
- 27 Dec, 2018 1 commit
-
-
Tianqi Chen committed
-
- 30 Oct, 2018 1 commit
-
-
Jared Roesch committed
-
- 28 Oct, 2018 1 commit
-
-
Siva committed
-
- 17 Oct, 2018 1 commit
-
-
Wei Chen committed
-