-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat[next]: Add support for more datatypes (#1786)
This builds on [PR#1708](#1708) without the `float16` and `bfloat16` changes. Add support for `int8, uin8, int16, uint16, uint32` and `uint64`. Move builtin definitions from `src/gt4py/next/iterator/ir.py` to `src/gt4py/next/iterator/builtins.py`. Use ascending integer values in `ScalarKind`-Enum and modify tests respectively. Set `start: int = 1` in `tests/next_tests/integration_tests/cases.py` to not start initialization from zero as this has the same value as zero-initialized memory and modify tests respectively. --------- Co-authored-by: Till Ehrengruber <[email protected]>
- Loading branch information
1 parent
ae603cb
commit 022a73c
Showing
38 changed files
with
304 additions
and
357 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
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
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
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
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.