Skip to content

refactor: rework the package to be Reactant first#60

Merged
avik-pal merged 24 commits intomainfrom
ap/reactant_native
Jun 7, 2025
Merged

refactor: rework the package to be Reactant first#60
avik-pal merged 24 commits intomainfrom
ap/reactant_native

Conversation

@avik-pal
Copy link
Copy Markdown
Member

@avik-pal avik-pal commented May 31, 2025

Dropping all the manual shenanigans with permuted because our old codegen sucked. moving to reactant we dont need these manual optimizations, instead it can be handled with passes on the mlir level

TODOs

@avik-pal
Copy link
Copy Markdown
Member Author

avik-pal commented Jun 2, 2025

haven't fixed all issues. time for another c++ debugging session 😢

@avik-pal avik-pal marked this pull request as ready for review June 3, 2025 16:33
@avik-pal
Copy link
Copy Markdown
Member Author

avik-pal commented Jun 3, 2025

now we wait again for 3 hrs JuliaPackaging/Yggdrasil#11351

@avik-pal avik-pal force-pushed the ap/reactant_native branch from e4e3506 to ac919b5 Compare June 3, 2025 22:47
@avik-pal avik-pal merged commit beb6fea into main Jun 7, 2025
15 checks passed
Comment thread test/fno_tests.jl Outdated
ps_ra, st_ra = reactant_device(ps, st)
x_ra, y_ra = reactant_device(x, y)
# ps_ra, st_ra = (ps, st) |> reactant_device()
# x_ra, y_ra = (x, y) |> reactant_device()
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Comment thread test/fno_tests.jl Outdated
ps_ra, st_ra = reactant_device(ps, st)
x_ra, y_ra = reactant_device(x, y)
# ps_ra, st_ra = (ps, st) |> reactant_device()
# x_ra, y_ra = (x, y) |> reactant_device()
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

### ### i### m

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