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

Remove halide_assert() from halide_default_device_wrap_native #6381

Merged
merged 1 commit into from
Nov 3, 2021

Conversation

steven-johnson
Copy link
Contributor

This was inserted in #6310, probably mistakenly, since halide_assert() in the Halide runtime is not a debug-only assertion). Instead of a controlled runtime failure, we just abort, which is not OK.

This was inserted in #6310, probably mistakenly, since `halide_assert()` in the Halide runtime is *not* a debug-only assertion). Instead of a controlled runtime failure, we just abort, which is not OK.
@steven-johnson steven-johnson added the backport me This change should be backported to release versions label Nov 3, 2021
@steven-johnson
Copy link
Contributor Author

This may need to be backported to a Halide 13.x bugfix release, depending on whether #6310 was included in that release (@alexreinking)

@alexreinking
Copy link
Member

This may need to be backported to a Halide 13.x bugfix release, depending on whether #6310 was included in that release (@alexreinking)

We're in luck! #6310 did not make it in to Halide 13. 🙂

@steven-johnson
Copy link
Contributor Author

Failures should be fixed by #6386

@steven-johnson steven-johnson merged commit a227440 into master Nov 3, 2021
@steven-johnson steven-johnson deleted the srj/gl-device-wrap branch November 3, 2021 20:55
@steven-johnson steven-johnson removed the backport me This change should be backported to release versions label Nov 3, 2021
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.

3 participants