- Dec 01, 2018
-
-
Tianqi Chen authored
-
- Nov 18, 2018
-
-
Junru Shao authored
* Fix boundary check * Add unittest
-
- Oct 06, 2018
-
-
ziheng authored
-
- Apr 20, 2018
-
-
libing4752 authored
-
- Apr 16, 2018
-
-
Tianqi Chen authored
* [IR] Change pragma scope convention, enable pass unroll option via pragma * add coverage test * add explicit unroll as option
-
- Apr 12, 2018
-
-
kun-zh authored
-
- Jan 03, 2018
-
-
libing4752 authored
* 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
-
- Oct 05, 2017
-
-
Tianqi Chen authored
-
- Oct 04, 2017
-
-
Tianqi Chen authored
-
- Sep 08, 2017
-
-
Leyuan Wang authored
* improved conv2d for last group of workloads * conv2d_nchw improved on 14_256_256 and 56_64_128
-
- Sep 07, 2017
-
-
Tianqi Chen authored
* [SCHEDULE] Enahance cache_write to enable layout change. * more tests
-
- Jul 14, 2017
-
-
Tianqi Chen authored
* [REFACTOR] collections->container, RPC returns func, time_evaluator returns struct * fix executor
-
- Jul 03, 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 12, 2017
-
-
Tianqi Chen authored
-
- May 07, 2017
-
-
Tianqi Chen authored
-
Tianqi Chen authored
-
- Apr 18, 2017
-
-
Tianqi Chen authored
-
- Apr 15, 2017
-
-
Tianqi Chen authored
* [DOC] Initial doc system * Migrate API * Update docs
-
- Feb 20, 2017
-
-
Tianqi Chen authored
-
- Feb 17, 2017
-
-
Tianqi Chen authored
-
- Feb 14, 2017
-
-
Tianqi Chen authored
-
- Feb 09, 2017
-
-
Ziheng Jiang authored
* [FUSION] add Fusion(Schedule) * [FUSION] rename to AutoFuseEwise, detect whether the stage has been scheduled * [FUSION] change to visitor pattern * [FUSION] rename filename * [FUSION] fine-tune the interface * [FUSION] typo * move elem_wise to schedule * rename test function
-
- Feb 02, 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 11, 2017
-
-
Tianqi Chen authored
* [LANG] Change Schedule->Stage, Use Schedule for global schedule * add numpy as dep * add numpy installation, temporary disable osx
-
- Jan 10, 2017
-
-
Tianqi Chen authored
* [PASS] Schedule Ops init working version * bugfix in PassUp
-