- 27 Mar, 2018 1 commit
-
-
Ding committed
-
- 19 Oct, 2017 1 commit
-
-
use `object.__eq__`(default object identity comparison) as default implementation of same_as. This should be OK since `EqualOp` and `NotEqualOp` are pure Python object, `object.__eq__` is sufficient.
Wei Chen committed
-
- 17 Oct, 2017 1 commit
-
-
* [PYTHON] Improve equal sugar * fix comment
Tianqi Chen committed
-
- 13 Oct, 2017 2 commits
-
-
* Add same_as to NodeBase 1. Most class inherited from NodeBase(Schedule, Stage, etc) still have the convenience of using '==' for object identity. And this is the right behavior for non-Expr classes. 2. subclasses of ExprOp now create EQ expression when '==' is used. `__nonzero__` and `__bool__` in EQ and NE is a comprise that in some cases object identity semantics is still useful, like in unit test. For instance: ```` assert a == b ```` "a == b" will create EQ expression, assert then calls `__nonzero__` of the result expression. `Expr.__nonzero__` throws exception since it prohibits evaluating IR expression. More complex case like: ```` assert a in b # b is dict ```` it will call `__eq__` on a and all keys of b, then `__bool__` on the result expression. This could not easily be done by same_as. * Retain __hash__ from NodeBase in Python3
Wei Chen committed -
ziheng committed
-
- 01 Oct, 2017 1 commit
-
-
* [LANG] Support for Bitwise Operation * Add test
ziheng committed
-
- 15 Aug, 2017 1 commit
-
-
Tianqi Chen committed
-
- 08 Aug, 2017 1 commit
-
-
* [RUNTIME][PASS] Allow declare vector type array * fix bcast * [BUFFER] Enable vload/store function in buffer * ok
Tianqi Chen committed
-
- 03 Jul, 2017 1 commit
-
-
Tianqi Chen committed
-
- 22 Jun, 2017 2 commits
-
-
* [LANG] Add all and any in the python API * compatible with python3
Haichen Shen committed -
* [LANG] Expose tvm.cast * Update * Add unittest
ziheng committed
-
- 08 May, 2017 1 commit
-
-
Tianqi Chen committed
-
- 26 Apr, 2017 1 commit
-
-
Tianqi Chen committed
-
- 22 Apr, 2017 1 commit
-
-
Tianqi Chen committed
-
- 16 Apr, 2017 1 commit
-
-
* [DOC] API doc organization. * remove breathe for now
Tianqi Chen committed
-
- 15 Apr, 2017 1 commit
-
-
* [DOC] Initial doc system * Migrate API * Update docs
Tianqi Chen committed
-
- 12 Mar, 2017 1 commit
-
-
* [OP/LANG] Support Extern Call, more regression tests * [TEST] Include pylintrc
Tianqi Chen committed
-
- 10 Feb, 2017 1 commit
-
-
* [PYTHON/API] Add compare and logic build-in op for Expr * remove 'and', 'or'
Ziheng Jiang committed
-
- 29 Jan, 2017 1 commit
-
-
Tianqi Chen committed
-
- 13 Jan, 2017 1 commit
-
-
* [LANG] Include buffer semnatics, introduce pylint * Refactor inline add support for buffer indexing * fix doc
Tianqi Chen committed
-
- 02 Dec, 2016 2 commits
- 03 Nov, 2016 1 commit
-
-
tqchen committed
-
- 01 Nov, 2016 1 commit
-
-
tqchen committed
-
- 27 Oct, 2016 1 commit
-
-
tqchen committed
-
- 26 Oct, 2016 2 commits
- 19 Oct, 2016 1 commit
-
-
Haichen Shen committed
-
- 14 Oct, 2016 1 commit
-
-
tqchen committed
-
- 13 Oct, 2016 5 commits
-
-
tqchen committed
-
Haichen Shen committed
-
tqchen committed
-
Haichen Shen committed
-
tqchen committed
-