- 09 Feb, 2020 1 commit
-
-
Tianqi Chen committed
-
- 05 Feb, 2020 1 commit
-
-
* [REFACTOR][PY] tvm._ffi - Remove from __future__ import absolute_import in the related files as they are no longer needed if the code only runs in python3 - Remove reverse dependency of _ctypes _cython to object_generic. - function.py -> packed_func.py - Function -> PackedFunc - all registry related logics goes to tvm._ffi.registry - Use absolute references for FFI related calls. - tvm._ffi.register_object - tvm._ffi.register_func - tvm._ffi.get_global_func * Move get global func to the ffi side
Tianqi Chen committed
-
- 30 Jan, 2020 1 commit
-
-
jmorrill committed
-
- 27 Jan, 2020 1 commit
-
-
Co-authored-by: Jon Soifer <jonso@microsoft.com>
Jon Soifer committed
-
- 25 Dec, 2019 1 commit
-
-
* fix python exception creation in Windows * better string conversion for msvc * fix cpp style issue
kice committed
-
- 22 Dec, 2019 1 commit
-
-
* [TEST] Remove nnvm related code in topi and test script * Remove docs dep
Tianqi Chen committed
-
- 10 Jul, 2019 1 commit
-
-
* Implement type checking for Any Remove code generation related changes Remove compile changes Remove more Remove unification hack Add some code back that was needed, and clean up test Refactor test cases WIP Implement TypeHint AST Add test case which should fail Remove unification changes, and fix bug with let rec Restore unification for shapes Improve error reporting while debugging All examples type check All examples type check WIP First version that works with hints, needs clean up Remove dead code Tweaks Remove type hint Remove unecessary type hint stuff Remove more type hints Clean up Expose Any expression node Address CR Fix Fix solver Kill unecessary code Fix PyLint Fix Relocate loops Fix license and test Lint again Lint again Fix loops Fix docstring Fix template error Fix compiler issue Fix compile err Remove more runtime changes Restore buffer Fix segfault Fix Fix arange * Address feedback * Fix typo * Fix arange * Fix op level3 * Fix issue with Python wrapper
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
-
- 19 Mar, 2019 1 commit
-
-
Tianqi Chen committed
-
- 21 Feb, 2019 1 commit
-
-
Marcus Shawcroft committed
-
- 25 Nov, 2018 1 commit
-
-
kice committed
-
- 18 Oct, 2018 1 commit
-
-
Tianqi Chen committed
-
- 28 Jun, 2018 1 commit
-
-
Tianqi Chen committed
-
- 21 Feb, 2018 1 commit
-
-
* [RUNTIME] More reliable runtime only detection * fix lint
Tianqi Chen committed
-
- 31 Jul, 2017 1 commit
-
-
* Install rules and dynamic library loading fixes. A batch of fixes: - Added 'install' rule to cmake and make, which installs runtime headers and library (libtvm_runtime). - Added 'installdev' rule to make, which also installs the compiler infrastructure headers and library (libtvm) - Added 'INSTALL_DEV' option to cmake, for toggling installation of compiler infrastructure headers and library - cmake no longer builds into lib/ directory; instead all build products go in your build directory - New algorithm for dynamic library loading, as described in #281. Signed-off-by: Edward Z. Yang <ezyang@fb.com> * Emit dylib on OS X Signed-off-by: Edward Z. Yang <ezyang@fb.com> * Lint fixes. Signed-off-by: Edward Z. Yang <ezyang@fb.com>
Edward Z. Yang committed
-
- 17 Jul, 2017 1 commit
-
-
Tianqi Chen committed
-
- 11 Jul, 2017 1 commit
-
-
Tianqi Chen committed
-
- 27 Apr, 2017 1 commit
-
-
* [PYTHON/FFI] Enable Cython FFI * fix cython
Tianqi Chen committed
-
- 12 Mar, 2017 1 commit
-
-
* [OP/LANG] Support Extern Call, more regression tests * [TEST] Include pylintrc
Tianqi Chen committed
-
- 29 Jan, 2017 1 commit
-
-
Tianqi Chen committed
-
- 17 Jan, 2017 1 commit
-
-
* [RUNTIME] Finish GPU runtime and python interface * fix travis test * fix build
Tianqi Chen committed
-
- 16 Jan, 2017 1 commit
-
-
* [RUNTIME] Add interface header of runtime * fix mac build
Tianqi Chen committed
-
- 13 Jan, 2017 1 commit
-
-
* [LANG] Include buffer semnatics, introduce pylint * Refactor inline add support for buffer indexing * fix doc
Tianqi Chen committed
-
- 26 Oct, 2016 1 commit
-
-
tqchen committed
-
- 17 Oct, 2016 1 commit
-
-
tqchen committed
-