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

feat[next]: Add support for more datatypes #1786

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

Conversation

SF-N
Copy link
Contributor

@SF-N SF-N commented Dec 30, 2024

This builds on PR#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.

@SF-N SF-N requested a review from tehrengruber December 30, 2024 15:53
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