- 10 Jan, 2020 1 commit
-
-
abergeron committed
-
- 06 Jan, 2020 1 commit
-
-
* 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
-
- 30 Dec, 2019 1 commit
-
-
* [REFACTOR][RUNTIME] Move NDArray to Object System. Previously NDArray has its own object reference counting mechanism. This PR migrates NDArray to the unified object protocol. The calling convention of NDArray remained intact. That means NDArray still has its own type_code and its handle is still DLTensor compatible. In order to do so, this PR added a few minimum runtime type detection in TVMArgValue and RetValue only when the corresponding type is a base type(ObjectRef) that could also refer to NDArray. This means that even if we return a base reference object ObjectRef which refers to the NDArray. The type_code will still be translated correctly as kNDArrayContainer. If we assign a non-base type(say Expr) that we know is not compatible with NDArray during compile time, no runtime type detection will be performed. This PR also adopts the object protocol for NDArray sub-classing and removed the legacy NDArray subclass protocol. Examples in apps/extension are now updated to reflect that. Making NDArray as an Object brings all the benefits of the object system. For example, we can now use the Array container to store NDArrays. * Address review comments
Tianqi Chen committed
-
- 17 Dec, 2019 1 commit
-
-
Change-Id: If2075df5475505f2da87dae7145af5a7ab83d8a4
lhutton1 committed
-
- 26 Nov, 2019 1 commit
-
-
Neo Chien committed
-
- 06 Nov, 2019 1 commit
-
-
Tianqi Chen committed
-
- 30 Oct, 2019 1 commit
-
-
Wei Chen committed
-
- 20 Aug, 2019 1 commit
-
-
Bing Xu committed
-
- 02 May, 2019 1 commit
-
-
Jared Roesch 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
-
- 06 Feb, 2019 1 commit
-
-
Bing Xu committed
-
- 25 Sep, 2018 1 commit
-
-
Lianmin Zheng committed
-
- 19 Jul, 2018 1 commit
-
-
Tatsuya Nishiyama committed
-
- 17 Jul, 2018 1 commit
-
-
abergeron committed
-
- 22 Jan, 2018 1 commit
-
-
fix errors when running `python3 setup.py sdist bdist_wheel`
Clouds committed
-
- 21 Nov, 2017 1 commit
-
-
* [PASS/SETUP] Fix minior issues * fix lint
Tianqi Chen committed
-
- 08 Oct, 2017 1 commit
-
-
Tianqi Chen committed
-
- 05 Sep, 2017 1 commit
-
-
* [SETUP] Always use relpath for setup * [CMAKE] Fix cmake llvm build
Tianqi Chen committed
-
- 26 Aug, 2017 1 commit
-
-
* [TEST] Jenkinsfile * Fix wheel setup
Tianqi Chen committed
-
- 24 Aug, 2017 1 commit
-
-
Tianqi Chen committed
-
- 20 Aug, 2017 1 commit
-
-
ziheng committed
-
- 07 Jul, 2017 1 commit
-
-
* [TAG] Fix signature of decorated function * Add dep
ziheng committed
-
- 04 May, 2017 1 commit
-
-
* [DOC] Doc redirection * fix setup url
Tianqi Chen committed
-
- 29 Apr, 2017 1 commit
-
-
* [DOC] Add intro to 'comm_reducer' in tutorial; fix doc * Fix * Fix
ziheng committed
-
- 27 Apr, 2017 1 commit
-
-
* [PYTHON/FFI] Enable Cython FFI * fix cython
Tianqi Chen committed
-
- 15 Apr, 2017 1 commit
-
-
* Add setup.py, fix comments * Update installation document
ziheng committed
-