- 18 Jun, 2019 1 commit
-
-
Tianqi Chen committed
-
- 13 Jun, 2019 1 commit
-
-
Tianqi Chen committed
-
- 04 Jun, 2019 1 commit
-
-
Sergei Grechanik committed
-
- 03 Jun, 2019 1 commit
-
-
Sergei Grechanik committed
-
- 27 May, 2019 1 commit
-
-
* [ARITH] Improve div/mod in rewrite simplifier * Fix lint error * Fuller file name in src/arithmetic/modular_set.h Co-Authored-By: Wei Chen <ipondering.weic@gmail.com> * Generalize some rules * Replace gcd factoring with specialized rules * Mark rules that don't work for non-truncated division * More tests
Sergei Grechanik committed
-
- 24 May, 2019 1 commit
-
-
Tianqi Chen committed
-
- 23 May, 2019 1 commit
-
-
Tianqi Chen committed
-
- 09 May, 2019 1 commit
-
-
* Implement the virtual machine Co-Authored-By: wweic <ipondering.weic@gmail.com> * Fix rebase build issues * Reorganize vm.py and fix allocator bug * Remove compiler * Remove tests * Remove backend/vm/vm.cc too * Fix docs * Fix doc * Fix doc * Add vm docs * Remove change to dead_code.cc * Remove Relay logging * Remove reduce * Update include/tvm/runtime/vm.h Co-Authored-By: jroesch <roeschinc@gmail.com> * Reformat * Update include/tvm/runtime/vm.h Co-Authored-By: jroesch <roeschinc@gmail.com> * Address feedback * Update include/tvm/runtime/vm.h Co-Authored-By: jroesch <roeschinc@gmail.com> * Apply suggestions from code review Co-Authored-By: jroesch <roeschinc@gmail.com> * Fix a couple outstanding comments * Last couple comments * Update include/tvm/runtime/vm.h Co-Authored-By: jroesch <roeschinc@gmail.com> * Address code review feedback * Fix final comment * Address comments * Error reporting and example * add Const * Explicitly delete copy assignment operator * Fix rebase * Pass 3rd arg to fusion
Jared Roesch committed
-
- 04 May, 2019 1 commit
-
-
Tianqi Chen committed
-
- 26 Apr, 2019 1 commit
-
-
[TVM][ARITH] Teach BoundDeduce to handle the case in which target var can appear in rhs of expression (#2795) * target variable can now appear in either lhs or rhs of the expression to be analyzed * removed extra spaces
Salem Derisavi committed
-
- 16 Apr, 2019 1 commit
-
-
Sergei Grechanik committed
-
- 08 Apr, 2019 1 commit
-
-
* [HEADER] ASF header dir=include * [HEADER] ASF Header dir=src * [HEADER] ASF Header -dir=python * [HEADER] ASF header dir=topi * [HEADER] ASF Header dir=nnvm * [HEADER] ASF Header -dir=tutorials * [HEADER] ASF Header dir=tests * [HEADER] ASF Header -dir=docker * fix whitespace * [HEADER] ASF Header -dir=jvm * [HEADER] ASF Header -dir=web * [HEADER] ASF Header --dir=apps * [HEADER] ASF Header --dir=vta * [HEADER] ASF Header -dir=go * temp * [HEADER] ASF Header --dir=rust * [HEADER] Add ASF Header --dir=cmake * [HEADER] ASF Header --dir=docs * [HEADER] Header for Jenkinsfile * [HEADER] ASF Header to toml and md * [HEADER] ASF Header to gradle * Finalize rat cleanup * Fix permission * Fix java test * temporary remove nnvm onnx test
Tianqi Chen committed
-
- 31 Mar, 2019 1 commit
-
-
Tianqi Chen committed
-
- 30 Mar, 2019 2 commits
-
-
Yutetsu TAKATSUKASA committed
-
Fix comment bugs and code style
Siyuan Feng committed
-
- 23 Mar, 2019 1 commit
-
-
Sergei Grechanik committed
-
- 14 Mar, 2019 1 commit
-
-
Tianqi Chen committed
-
- 12 Mar, 2019 1 commit
-
-
Tianqi Chen committed
-
- 10 Mar, 2019 1 commit
-
-
Tianqi Chen committed
-
- 03 Mar, 2019 1 commit
-
-
Tianqi Chen committed
-
- 02 Mar, 2019 1 commit
-
-
Tianqi Chen committed
-
- 27 Feb, 2019 1 commit
-
-
Salem Derisavi committed
-
- 18 Feb, 2019 1 commit
-
-
Tianqi Chen committed
-
- 12 Feb, 2019 1 commit
-
-
Jessica Davies committed
-
- 24 Jan, 2019 1 commit
-
-
Salem Derisavi committed
-
- 11 Jan, 2019 2 commits
-
-
Sergei Grechanik committed
-
Tianqi Chen committed
-
- 04 Jan, 2019 1 commit
-
-
* Enhanced simplification rules for Div by a positive constant * Fixed my last commit to correctly interpret TVM's division as truncated division * Fixed implemenation of IntSet::can_prove_non_positive() * addressed comments by @yzhliu * addressed comments by @sgrechanik-h * addressed more comments by @yzhliu
Salem Derisavi committed
-
- 09 Dec, 2018 1 commit
-
-
Also enable Mul caching for more cases
Wei Chen committed
-
- 29 Nov, 2018 1 commit
-
-
Sergei Grechanik committed
-
- 04 Oct, 2018 1 commit
-
-
Sergei Grechanik committed
-
- 01 Oct, 2018 1 commit
-
-
Tianqi Chen committed
-
- 20 Sep, 2018 1 commit
-
-
Tianqi Chen committed
-
- 06 Sep, 2018 1 commit
-
-
Lianmin Zheng committed
-
- 23 Aug, 2018 1 commit
-
-
MORITA Kazutaka committed
-
- 11 Apr, 2018 1 commit
-
-
* [PASS] More simplifier for mod and div * fix testcase
Tianqi Chen 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
-
- 07 Jan, 2018 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 * [IRbuild]Support automatically Name Loop Variable in IRBuilder (#719) * add idx_num in class * using typical index [i, j, k] first, then i_suffix * keep inputs names * fix lint * improve comment of name * fix lint * [SCHEDULE]Improve bound deduce for loop partition (#743) * add divided checking when deducing * related testcase * fix * * transform LE and GE first * remove is_equal * modify testcase for edge cases checking * * fix comment * * fix lint * * apply transformation form LT -> LE, GT -> GE * * fix lint * simplify code and testcase * add negative co-efficient case * More complicated cases * add testcase * simplify testcase * comment case for now * fix testcase
xqdan committed
-
- 22 Dec, 2017 1 commit
-
-
During tensorize, call Simplify on algorithm and intrinsic definitions before CanonicalSimplify. This will prevent a number of false tensorize mismatches. (#718) thanks, this we can use this solution for now
Salem Derisavi committed
-
- 19 Dec, 2017 1 commit
-
-
* 1) removed non-determinism from CanonicalSimplify 2) added couple of testcases for CanonicalSimplify * Use IRDeepCompare instead of comparison of string representation * Give a warning (instead of fatal error) when two "ComExprEntry"s are equal
Salem Derisavi committed
-