- 21 Apr, 2018 1 commit
-
-
Tianqi Chen committed
-
- 19 Apr, 2018 1 commit
-
-
Tianqi Chen 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
-
- 11 Apr, 2018 1 commit
-
-
* [PASS] More simplifier for mod and div * fix testcase
Tianqi Chen committed
-
- 29 Mar, 2018 1 commit
-
-
Tianqi Chen 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
-
- 16 Mar, 2018 1 commit
-
-
Tianqi Chen committed
-
- 13 Mar, 2018 1 commit
-
-
Ding committed
-
- 09 Mar, 2018 2 commits
-
-
Tianqi Chen committed
-
Chris Nuernberger committed
-
- 22 Feb, 2018 1 commit
-
-
[PASS] Support buffer reuse for different types
xqdan committed
-
- 19 Feb, 2018 1 commit
-
-
Meghan Cowan committed
-
- 09 Feb, 2018 1 commit
-
-
* [PASS] Prepare storage rewrite for unified buffer * more comments
Tianqi Chen committed
-
- 07 Feb, 2018 2 commits
-
-
* [PASS] Enable StorageRewrite before virtual thread lowering * update * fix testcase
Tianqi Chen committed -
[TOPI][GL] OpenGL topi.
Zhixun Tan committed
-
- 04 Feb, 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 * repare address offset for different kinds of dtype * bc * aaa * aaaaa * repare address for different dtypes * remove nonsense files * add whitespace of line 581 * use base alloc elem_type * enhance the testcast of basic buffer is 64bits,32bits,16bits,8bits * use extends[0]->type() as dtype of offset * clear program writes * enhance inject_copy_intin to support of pragma stmt with no loops * fix cpplint errors * fix cpplint error of ! * enhance detectLinearEquation to support with no loop vars * fix cpplint errors
libing4752 committed
-
- 02 Feb, 2018 1 commit
-
-
* [BACKEND] Vulkan Runtime and SPIRV Codegen * fix doc
Tianqi Chen committed
-
- 31 Jan, 2018 2 commits
-
-
Thierry Moreau committed
-
* fix #802, create cache based on sugar tensor * [Pass] Improve storage rewrite * fix ci * fix comment * fix comment
xqdan committed
-
- 28 Jan, 2018 1 commit
-
-
Zhixun Tan committed
-
- 24 Jan, 2018 2 commits
-
-
Tianqi Chen committed
-
* 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 * repare address offset for different kinds of dtype * bc * aaa * aaaaa * repare address for different dtypes * remove nonsense files * add whitespace of line 581 * use base alloc elem_type * enhance the testcast of basic buffer is 64bits,32bits,16bits,8bits * use extends[0]->type() as dtype of offset * clear program writes
libing4752 committed
-
- 22 Jan, 2018 1 commit
-
-
This compilation warning is fixed. src/pass/inject_virtual_thread.cc:43:19: warning: ‘rw_mask’ may be used uninitialized in this function [-Wmaybe-uninitialized] if (rw_mask & 2) { ~~~~~~~~^~~
Siju Samuel committed
-
- 16 Jan, 2018 1 commit
-
-
* support more argument type in depthwise_conv2d * mark all pointer as 'restrict' & fix vector conversion for opencl
Lianmin Zheng committed
-
- 10 Jan, 2018 1 commit
-
-
Tianqi Chen committed
-
- 09 Jan, 2018 1 commit
-
-
* [PASS] Improve loop partition to remove un-necessary warning. * fix comment
Tianqi Chen committed
-
- 08 Jan, 2018 1 commit
-
-
* [PASS] StorageRewrite Fold Inplace op storage when possible * update comment to fix typos
Tianqi Chen committed
-
- 03 Jan, 2018 1 commit
-
-
* [CODEGEN] update codegen for vector operation * update comment, fix for metal * fix some bugs in codegen * use 'restrict' in every argument * fix * fix
Lianmin Zheng committed
-
- 29 Dec, 2017 1 commit
-
-
* [SCHEDULE]enable partition const loop with build flag (#719) * enable partition loop with build flag * add a testcase, and modify LoopPartition related cases * * add document for split_const_loop
xqdan committed
-
- 23 Dec, 2017 1 commit
-
-
* Make duplicated function name checker working * Fix dependency checking problem for reducer condition (#712); add test * Fix dependency checking problem for reducer condition (#712); add test * Specify R to be computed inlined
Cody Hao Yu committed
-
- 17 Dec, 2017 1 commit
-
-
Andrew Adams committed
-
- 13 Dec, 2017 1 commit
-
-
* 1) Refactored some parts of the unrolling code into their own methods so we can reuse unrolling functionality in other parts of the code. E.g., to explicitly unroll loops with count of 1 when they are programmatically created. 2) Reorder based on top operator before resorting to pointers, which causes non-determinism. * Fixed lint errors
Salem Derisavi committed
-
- 04 Dec, 2017 1 commit
-
-
* Support rank-0 tensor * fix lint
Tianqi Chen committed
-
- 25 Nov, 2017 1 commit
-
-
* [PASS] Allow compact checking when strides is available * remove assert compact
Tianqi Chen committed
-
- 14 Nov, 2017 1 commit
-
-
Tianqi Chen committed
-
- 13 Nov, 2017 1 commit
-
-
Tianqi Chen committed
-
- 12 Nov, 2017 1 commit
-
-
Tianqi Chen committed
-
- 11 Nov, 2017 1 commit
-
-
* [PASS] Enhance LiftAttrScope * update vt
Tianqi Chen committed
-
- 08 Nov, 2017 1 commit
-
-
* Support vector operations for AMD (llvm IR) * fix whitespace * update comments, docstring
eqy committed
-