Skip to content

Default to post conversion to dynamic update slice #1496

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

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

Default to post conversion to dynamic update slice #1496

wants to merge 6 commits into from

Conversation

wsmoses
Copy link
Member

@wsmoses wsmoses commented Jul 28, 2025

No description provided.

@wsmoses wsmoses requested review from avik-pal and jumerckx July 28, 2025 02:16
@@ -691,7 +691,7 @@ const SUM_TO_CONV = Ref(false)
const AGGRESSIVE_SUM_TO_CONV = Ref(false)
const AGGRESSIVE_PROPAGATION = Ref(false)
const DUS_SLICE_SIMPLIFY = Ref(true)
const CONCATS_TO_DUS = Ref(false)
const CONCATS_TO_DUS = Ref(true)
Copy link
Member

Choose a reason for hiding this comment

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

😱

Copy link
Member Author

Choose a reason for hiding this comment

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

benefit is x/ref #1462

Copy link
Member Author

Choose a reason for hiding this comment

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

[assuming we ofc nicely fix dus comm and other things, so can revert/change/etc things]

Co-authored-by: Mosè Giordano <[email protected]>
Copy link
Collaborator

@jumerckx jumerckx left a comment

Choose a reason for hiding this comment

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

This looks good to me, though I'm not sure what this CI failure is https://github.com/EnzymeAD/Reactant.jl/actions/runs/16577306883/job/46884662450?pr=1496#logs

@giordano
Copy link
Member

That's #1497.

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

4 participants