- 20 Sep, 2018 1 commit
-
-
Tianqi Chen committed
-
- 23 Aug, 2018 1 commit
-
-
MORITA Kazutaka committed
-
- 24 Jun, 2018 1 commit
-
-
Tianqi Chen committed
-
- 17 Jun, 2018 1 commit
-
-
Tianqi Chen committed
-
- 20 Apr, 2018 1 commit
-
-
libing4752 committed
-
- 16 Apr, 2018 1 commit
-
-
* [IR] Change pragma scope convention, enable pass unroll option via pragma * add coverage test * add explicit unroll as option
Tianqi Chen committed
-
- 12 Apr, 2018 1 commit
-
-
kun-zh committed
-
- 31 Mar, 2018 1 commit
-
-
kun-zh committed
-
- 28 Mar, 2018 1 commit
-
-
Lianmin Zheng committed
-
- 26 Mar, 2018 1 commit
-
-
* [SCHEDULE][PASS] Enable Warp memory and lower to shuffle * OpenCL dispatches for now to intel shuffle
Tianqi Chen committed
-
- 17 Mar, 2018 1 commit
-
-
Tianqi Chen committed
-
- 09 Mar, 2018 1 commit
-
-
Lianmin Zheng committed
-
- 22 Feb, 2018 1 commit
-
-
libing4752 committed
-
- 07 Feb, 2018 1 commit
-
-
[TOPI][GL] OpenGL topi.
Zhixun Tan committed
-
- 06 Feb, 2018 1 commit
-
-
Lianmin Zheng committed
-
- 23 Jan, 2018 1 commit
-
-
xqdan committed
-
- 20 Jan, 2018 1 commit
-
-
Basic WebGL Backend
Zhixun Tan committed
-
- 03 Jan, 2018 1 commit
-
-
* modified schedule_dataflow_rewrite.cc to fix losing tensor problem * modified schedule_dataflow_rewrite.cc for lint scan * modified schedule_dataflow_rewrite.cc for lint scan * using tensor's value_index to index output of stage op
libing4752 committed
-
- 17 Dec, 2017 1 commit
-
-
Andrew Adams committed
-
- 13 Dec, 2017 1 commit
-
-
* Simplify expressions early on * fixed lint errors
Salem Derisavi committed
-
- 04 Dec, 2017 1 commit
-
-
* Support rank-0 tensor * fix lint
Tianqi Chen committed
-
- 22 Oct, 2017 1 commit
-
-
Wei Chen committed
-
- 04 Oct, 2017 1 commit
-
-
Tianqi Chen committed
-
- 07 Sep, 2017 1 commit
-
-
* [SCHEDULE] Enahance cache_write to enable layout change. * more tests
Tianqi Chen committed
-
- 01 Sep, 2017 1 commit
-
-
Tianqi Chen committed
-
- 30 Aug, 2017 1 commit
-
-
* [SCHEDULE][PASS] support storage_align of certain axis * fix lint
Tianqi Chen committed
-
- 13 Aug, 2017 1 commit
-
-
* [WIP] C++ topi contributions Summary: This diff implements C++ topi contributions for: - relu with parametrix threshold - pad with generic padBefore / padAfter specification - matmult with transposes - conv2d_nchw, conv2d_hwcn with runtime constant padding and strides - depthwise_conv2d_nchw with runtime constant padding and strides - group_conv2d_ngchw with runtime constant padding and strides - broadcast_to a broadcastable shape - broadcast_bop where bop is an usual binary op (+ - * / %) Convolution padding is implemented using the pad operation. To avoid extra memory consumption, it is generally recommended to inline the padding with the autoinliner. Unfortunately in its current form the elemwise checks are too restrictive to allow inlining. So this diff also proposes an extension to LHS injective (i.e. no reduction axis in the current IR design) Test Plan: Tested in C++ testsuite in a separate repository, I am looking for suggestions to quickly spin up some tests for tvm. Reviewers: tqchen Subscribers: Tasks: Tags: Blame Revision: * Review + Lint + GSG C++
Nicolas Vasilache committed
-
- 05 Aug, 2017 1 commit
-
-
Tianqi Chen committed
-
- 01 Aug, 2017 1 commit
-
-
* [SCHEDULE] Fix fuse node order * Make fuse order consistent with split
Tianqi Chen committed
-
- 26 Jul, 2017 1 commit
-
-
* [SCHEDULE] Remap the cached bind_scope. * more fix
Tianqi Chen committed
-
- 18 Jul, 2017 1 commit
-
-
* 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
Jian Weng committed
-
- 15 Jul, 2017 1 commit
-
-
Tianqi Chen committed
-
- 06 Jul, 2017 1 commit
-
-
Tianqi Chen committed
-
- 05 Jul, 2017 1 commit
-
-
* [TAG] Add op_tag module for tagging operator * Fix accroading to comments * Add example * Add into doc * Add --fix-missing for docker
ziheng committed
-
- 11 Jun, 2017 1 commit
-
-
* 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
ziheng committed
-
- 05 Jun, 2017 1 commit
-
-
* Change Schedule Array constructor to static make method * Add CreateSchedule * Add doc * Change CreateSchedule to create_schedule at cpp side
ziheng committed
-
- 14 May, 2017 1 commit
-
-
Yizhi Liu committed
-
- 08 May, 2017 1 commit
-
-
Tianqi Chen committed
-
- 07 May, 2017 2 commits
-
-
Tianqi Chen committed
-
Tianqi Chen committed
-