-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* allow to put "return expr" in the end of function; probably, need t…
…o make it even more advanced * allow expr = int_literal when expr has type int8/uint8/int16/uint16/int32/uint32/int64/uint64/float/double. * allow expr1 cmpop expr2 when expr1 and expr2 have different types, but one of them is integer literal and the other has 8-/16-/32-/64-bit integer type or float or double. * added __min__() and __max__() function that return minimum and maximum value for the corresponding type * extended Sys.timeit() function to measure the minimum time in addition to the geometric mean time * started working on graph fusion in NN module
- Loading branch information
Showing
18 changed files
with
12,427 additions
and
11,832 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.