Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[draft][next]: Add support for float16 and bfloat16 #1708

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

SF-N
Copy link
Contributor

@SF-N SF-N commented Oct 24, 2024

Added support for float16 and bfloat16.
Tyeh are not yet supported in dace.

@SF-N SF-N changed the title feat[next]: Add support for more datatypes [draft][next]: Add support for more datatypes Dec 30, 2024
tehrengruber added a commit that referenced this pull request Jan 21, 2025
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]>
@SF-N SF-N changed the title [draft][next]: Add support for more datatypes [draft][next]: Add support for float16 and bfloat16 Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants