- Aug 08, 2017
-
-
Tianqi Chen authored
-
Tianqi Chen authored
* [RUNTIME][PASS] Allow declare vector type array * fix bcast * [BUFFER] Enable vload/store function in buffer * ok
-
- Aug 07, 2017
-
-
ziheng authored
* [NNPACK] Add nnpack.convolution * Add instrinsic * Fix lint
-
- Aug 05, 2017
-
-
Tianqi Chen authored
-
- Aug 04, 2017
-
-
Tianqi Chen authored
-
- Aug 03, 2017
-
-
Tianqi Chen authored
* [PASS] Refactor thread storage sync to a common visitor * Fix the sync scope check behavior
-
- Aug 01, 2017
-
-
Edward Z. Yang authored
* Typofix. Signed-off-by:
Edward Z. Yang <ezyang@fb.com> * Probe for nvrtc in lib directory as well. Signed-off-by:
Edward Z. Yang <ezyang@fb.com> * Conda build recipe for TVM. Signed-off-by:
Edward Z. Yang <ezyang@fb.com>
-
ziheng authored
-
Yizhi Liu authored
-
Tianqi Chen authored
* [SCHEDULE] Fix fuse node order * Make fuse order consistent with split
-
- Jul 31, 2017
-
-
Edward Z. Yang authored
* 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>
-
- Jul 29, 2017
-
-
Leyuan Wang authored
* __init__ updated * pull request updated * build_module added * typo fixed * another typo fixed
-
- Jul 24, 2017
-
-
Tianqi Chen authored
* [STORAGE][BUFFER] Support access ptr for clear access pattern. * fix lint
-
- Jul 20, 2017
-
-
Tianqi Chen authored
-
- Jul 19, 2017
-
-
Tianqi Chen authored
* [SCHEDULE] Detect useless bound early * fix
-
ziheng authored
* [FIX] Fix bug and typo in rpc_server * [FIX] Remove unnecessary condition
-
Tianqi Chen authored
-
- Jul 18, 2017
-
-
Jian Weng authored
* prefetch interface added * prefetch python comments modified. prefetch info data structure maintained. * start injecting prefetches. first step (domain touch) implemented. * domain touch tested. * Prefetch ir_mutator and ir_visitor dispatch registered. * modify domain touched from passing a func_ref to passing a tensor * modify domain touched from passing a func_ref to passing a tensor * modify Tensor copy to Tensor ref * temp commit for rebase * debug info removed, typo fixed, ready to rebase * prefetch flatten test add! * roll back builtin functions to side effect functions * lint error fixed! * add cache line size to storage flatten argument * forgot modifications add * change code style to dmlc-like; get rid of can_prove, use manually compute instead * python lint error fixed * modify instrinsic name to pass tests * [TEST] get rid of str(), replace them by accessing attributes * change map to list comprehension * redundant numpy import removed
-
- Jul 17, 2017
-
-
Tianqi Chen authored
-
Tianqi Chen authored
-
- Jul 16, 2017
-
-
ziheng authored
* [EXECUTOR] Fix bug and improve * [EXECUTOR] Enhance test case
-
Tianqi Chen authored
* [RPC] Allow backpressure from writer * fix * fix
-
- Jul 15, 2017
-
-
ziheng authored
* [EXECUTOR] Enable load executor remotely * [EXECUTOR] Pipeline * Pass bytearray directly * Enable load dynamic library in rpc_server.py * Fix * lint * Return Module from remote side directly * Remove unused header file * Fix * fix
-
Tianqi Chen authored
-
Tianqi Chen authored
-
- Jul 14, 2017
-
-
Tianqi Chen authored
* [REFACTOR] collections->container, RPC returns func, time_evaluator returns struct * fix executor
-
Tianqi Chen authored
* [RUNTIME][RPC] Change RPCServer to Event Driven Code * fix
-
- Jul 11, 2017
-
-
Tianqi Chen authored
-
- Jul 10, 2017
-
-
Tianqi Chen authored
-
- Jul 08, 2017
-
-
Tianqi Chen authored
-
Tianqi Chen authored
* [RUNTIME] Add workspace pool * fix doc * fix the free list * avoid zero size
-
- Jul 07, 2017
-
-
ziheng authored
* [TAG] Fix signature of decorated function * Add dep
-
Tianqi Chen authored
* [RUNTIME] Add System Lib * lint * lint * fix compile
-
- Jul 06, 2017
-
-
Tianqi Chen authored
-
Tianqi Chen authored
* [C API] Make DSL API registerable, add copy from/to raw bytes * fix cython
-
Tianqi Chen authored
* [CODEGEN/PASS] add restricted, alignment option * fix lint * Fix the alloca
-
Tianqi Chen authored
* [IR] Add body to AssertStmt * fix lint
-
- Jul 05, 2017
-
-
ziheng authored
* [TAG] Add op_tag module for tagging operator * Fix accroading to comments * Add example * Add into doc * Add --fix-missing for docker
-
- Jul 04, 2017
-
-
Tianqi Chen authored
* [REFACTOR/PASS] Formalize argument bind and match util * grammar
-
Tianqi Chen authored
* [DOCS] fix doc builder * fix * fix * fix doc builder
-