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

Fix Python handling of boolean buffers #7006

Merged
merged 1 commit into from
Sep 11, 2022
Merged

Conversation

steven-johnson
Copy link
Contributor

The Python Extension code didn't handle boolean buffers correctly, making it impossible to construct one in Python and pass it thru to Halide-generated code. This fixes that, and also fixes the test that just expected it to fail (!).

The Python Extension code didn't handle boolean buffers correctly, making it impossible to construct one in Python and pass it thru to Halide-generated code. This fixes that, and also fixes the test that just expected it to fail (!).
@steven-johnson steven-johnson added the release_notes For changes that may warrant a note in README for official releases. label Sep 9, 2022
@steven-johnson steven-johnson merged commit a4f86de into main Sep 11, 2022
@steven-johnson steven-johnson deleted the srj/pyext-bool-types branch September 11, 2022 23:57
ardier pushed a commit to ardier/Halide-mutation that referenced this pull request Mar 3, 2024
The Python Extension code didn't handle boolean buffers correctly, making it impossible to construct one in Python and pass it thru to Halide-generated code. This fixes that, and also fixes the test that just expected it to fail (!).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release_notes For changes that may warrant a note in README for official releases.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants