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

Python binding support for int64 literals #8254

Merged
merged 1 commit into from
Jun 4, 2024

Conversation

jansel
Copy link
Contributor

@jansel jansel commented Jun 2, 2024

This makes >32bit python integers get mapped to hl.i64 implicitly.

Fixes #8224

This makes >32bit python integers get mapped to `hl.i64` implicitly.

Fixes halide#8224
Copy link
Contributor

@steven-johnson steven-johnson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM pending green buildbots

@steven-johnson
Copy link
Contributor

Failures are unrelated. Thanks for the fix!

@steven-johnson steven-johnson merged commit 775bfbf into halide:main Jun 4, 2024
15 of 19 checks passed
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.

Python bindings do not support int64 constants
2 participants