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

Add a select overload for tuples #7672

Merged
merged 8 commits into from
Jul 18, 2023
Merged

Add a select overload for tuples #7672

merged 8 commits into from
Jul 18, 2023

Conversation

abadams
Copy link
Member

@abadams abadams commented Jul 10, 2023

As discussed in the dev meeting, this makes select work for tuples, in the same way as #7646 did for mux.

Should we deprecated tuple_select?

@steven-johnson
Copy link
Contributor

Lots of compilation failures (select is ambiguous) ... I'll wait for those to be dealt with before reviewing

@steven-johnson
Copy link
Contributor

Failures are unrelated.

@steven-johnson
Copy link
Contributor

Should we deprecated tuple_select?

IMHO, yes, and that should be part of this PR.

@steven-johnson
Copy link
Contributor

Python bindings need attention too, I'll deal with that

@steven-johnson
Copy link
Contributor

steven-johnson commented Jul 14, 2023

asan failure is unrelated and being worked on elsewhere (see #7687)

@steven-johnson steven-johnson self-requested a review July 18, 2023 16:04
@steven-johnson steven-johnson merged commit 5f56e64 into main Jul 18, 2023
@steven-johnson steven-johnson deleted the abadams/tuple_select branch July 18, 2023 16:06
ardier pushed a commit to ardier/Halide-mutation that referenced this pull request Mar 3, 2024
* Add a select overload for tuples

* Add missing overload

* deprecate tuple_select

* Fix Python bindings for deprecation of tuple_select()

* Update PyIROperator.cpp

---------

Co-authored-by: Steven Johnson <[email protected]>
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