- 09 Feb, 2020 1 commit
-
-
Tianqi Chen committed
-
- 08 Feb, 2020 1 commit
-
-
* Fixed process termination routine in windows addresses and Fixes AttributeError: module 'os' has no attribute 'killpg' error in #4821 * Update server.py
Seyyed Hossein Hasanpour committed
-
- 07 Feb, 2020 1 commit
-
-
* [REFACTOR][PY-API] Polish tvm.runtime, tvm.runtime.module API update This PR updates the tvm.runtime to use the new FFI style. - Remove top-level tvm.module to avoid confusion between runtime.Module and IRModule - API changes wrt to runtime.Module - tvm.module.load -> tvm.runtime.load_module - tvm.module.enabled -> tvm.runtime.enabled - tvm.module.system_lib -> tvm.runtime.system_lib - Remove dep on api_internal from runtime. * Update module.load in the latest API
Tianqi Chen committed
-
- 05 Feb, 2020 3 commits
-
-
* fixed subprocess creation under windows this addresses the issue #4819 * Update server.py
Seyyed Hossein Hasanpour committed -
* [REFACTOR][PY] Establish tvm.runtime This PR establishes the tvm.runtime namespace that contains the core runtime data structures. The top-level API are kept inact for now via re-exporting. We will followup later to cleanup some of the top-level APIs. * Fix ndarray name
Tianqi Chen committed -
* [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
-
- 23 Oct, 2019 1 commit
-
-
* [rpc] use callback func to do send & recv. don't get fd from sock as it is deprecated in java * fix java build * fix min/max macro define in windows * keep the old rpc setup for py * add doc for CallbackChannel
Yizhi Liu committed
-
- 26 Sep, 2019 1 commit
-
-
Haozheng Fan committed
-
- 30 Jul, 2019 1 commit
-
-
Balint Cristian committed
-
- 19 Jul, 2019 1 commit
-
-
Balint Cristian 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
-
- 22 Feb, 2019 2 commits
-
-
Marcus Shawcroft committed
-
Recent pylint warngs about import renames with no effect. Remove them.
Marcus Shawcroft committed
-
- 21 Feb, 2019 1 commit
-
-
Marcus Shawcroft committed
-
- 21 Jan, 2019 1 commit
-
-
* use IPV6 instead of IPV4 * backward compatible * add error report * fix linter * more linter * fix the python2 api
llyfacebook committed
-
- 19 Nov, 2018 1 commit
-
-
[RPC] clean up uploaded modules
eqy committed
-
- 10 Sep, 2018 1 commit
-
-
Siju committed
-
- 24 Aug, 2018 1 commit
-
-
Lianmin Zheng committed
-
- 23 Aug, 2018 1 commit
-
-
Lianmin Zheng committed
-
- 10 Aug, 2018 1 commit
-
-
Dayananda V committed
-
- 03 Aug, 2018 2 commits
-
-
Lianmin Zheng committed
-
Lianmin Zheng committed
-
- 02 Aug, 2018 1 commit
-
-
Lianmin Zheng committed
-
- 12 Jul, 2018 1 commit
-
-
Lianmin Zheng committed
-
- 09 Jul, 2018 1 commit
-
-
Tianqi Chen committed
-