- Nov 30, 2018
-
-
Denis Khalikov authored
The pass which instruments checkers before memory accesses (load/store). This allows to handle invalid memory accesses. The patch is related to issue: https://discuss.tvm.ai/t/array-bounds-checking/944
-
- Oct 14, 2018
-
-
Gaoxiong authored
-
- Oct 07, 2018
-
-
Tianqi Chen authored
-
- Aug 23, 2018
-
-
MORITA Kazutaka authored
-
- Mar 17, 2018
-
-
Tianqi Chen authored
-
- Feb 07, 2018
-
-
Zhixun Tan authored
[TOPI][GL] OpenGL topi.
-
- Jan 24, 2018
-
-
Tianqi Chen authored
-
- Dec 17, 2017
-
-
Andrew Adams authored
-
- Dec 04, 2017
-
-
Tianqi Chen authored
* Support rank-0 tensor * fix lint
-
- Oct 26, 2017
-
-
Tianqi Chen authored
* [BUFFER] Smarter slice to detect compactness * move simplify of begins early
-
- Sep 20, 2017
-
-
Tianqi Chen authored
-
- Sep 01, 2017
-
-
Tianqi Chen authored
-
Tianqi Chen authored
-
- Aug 30, 2017
-
-
Tianqi Chen authored
* [SCHEDULE][PASS] support storage_align of certain axis * fix lint
-
- Aug 13, 2017
-
-
Tianqi Chen authored
-
- Aug 10, 2017
-
-
Tianqi Chen authored
* [TEST] Upgrade gpu docker to cudnn7 * fx
-
- Aug 08, 2017
-
-
Tianqi Chen authored
* [RUNTIME][PASS] Allow declare vector type array * fix bcast * [BUFFER] Enable vload/store function in buffer * ok
-
- Jul 26, 2017
-
-
Tianqi Chen authored
* [SCHEDULE] Remap the cached bind_scope. * more fix
-
- 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 06, 2017
-
-
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
-
- Jul 05, 2017
-
-
Tianqi Chen authored
-
- Jul 04, 2017
-
-
Tianqi Chen authored
* [REFACTOR/PASS] Formalize argument bind and match util * grammar
-
- Jul 03, 2017
-
-
Tianqi Chen authored
-
- Jun 30, 2017
-
-
Tianqi Chen authored
-
- Jun 11, 2017
-
-
ziheng authored
* Support for batch ComputeOp * Support for batch ComputeOp * Fix CrossThreadReduction * Fix lint * Add UpdateArray, remove support for batch reduce * Tuple input support for reduce * rfactor works with multiple reducer; support multiple reducers with different types * Small fix * Small fix * Change return type of rfactor to Array<Expr> * Fix lint * Improve * Add tutorial * Improve tutorial * Improve tutorial
-
- May 07, 2017
-
-
Tianqi Chen authored
-
- May 04, 2017
-
-
Tianqi Chen authored
-
- Apr 09, 2017
-
-
Tianqi Chen authored
-
- Mar 12, 2017
-
-
Tianqi Chen authored
* [OP/LANG] Support Extern Call, more regression tests * [TEST] Include pylintrc
-
- Feb 14, 2017
-
-
Tianqi Chen authored
-
- Feb 11, 2017
-
-
Tianqi Chen authored
-
- Feb 04, 2017
-
-
Tianqi Chen authored
-
- Jan 31, 2017
-
-
Tianqi Chen authored
[TEST/PYTHON] Add unittest folder, add a build pipeline. Rename Buffer.ptr to Buffer.data to be consistent with Array. (#29)
-
- Jan 16, 2017
-
-
Tianqi Chen authored
-