Skip to content

feat: codegen without embedding runtime pointers into body #1089

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

Merged
merged 1 commit into from
Mar 29, 2025

Conversation

avik-pal
Copy link
Collaborator

moving the codegen changes part from #1083. We can land this and follow up with the serialization features

@avik-pal avik-pal requested a review from wsmoses March 29, 2025 19:09
@avik-pal avik-pal force-pushed the ap/cleanup_codegen branch from e1ba496 to 0e827a8 Compare March 29, 2025 19:29
src/Compiler.jl Outdated
# XLA.compile mutates the module, for serialization we need to keep a copy
if serializable
iobuffer = IOBuffer()
show(iobuffer, mod)
Copy link
Member

Choose a reason for hiding this comment

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

we should show preserving debug info

@avik-pal avik-pal force-pushed the ap/cleanup_codegen branch from 0e827a8 to 30cb230 Compare March 29, 2025 21:08
@avik-pal avik-pal merged commit 7a4a9d0 into main Mar 29, 2025
48 of 49 checks passed
@avik-pal avik-pal deleted the ap/cleanup_codegen branch March 29, 2025 21:11
@avik-pal

This comment was marked as resolved.

avik-pal added a commit that referenced this pull request Mar 29, 2025
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