-
- Downloads
Enhanced simplification rules for Div by a positive constant (#2346)
* 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
Showing
- include/tvm/arithmetic.h 4 additions, 0 deletionsinclude/tvm/arithmetic.h
- src/arithmetic/canonical.cc 61 additions, 20 deletionssrc/arithmetic/canonical.cc
- src/arithmetic/int_set.cc 19 additions, 0 deletionssrc/arithmetic/int_set.cc
- tests/python/unittest/test_arith_simplify.py 23 additions, 0 deletionstests/python/unittest/test_arith_simplify.py
Please register or sign in to comment