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 world argument to jl_create_native. #48746

Merged
merged 1 commit into from
Feb 21, 2023
Merged

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Feb 21, 2023

Currently, jl_create_native just uses the current world age to emit code for. However, with #48611, we'll be able to have GPUCompiler.jl properly respect world ages. That includes the ability to generate code for a previous world, so we need a way to invoke jl_create_native for a specific world.

Without this, we'll need a horrible hack, so ideally I'd like this to be part of 1.9.

@maleadt maleadt added the backport 1.9 Change should be backported to release-1.9 label Feb 21, 2023
@maleadt maleadt requested a review from vtjnash February 21, 2023 12:57
@maleadt maleadt merged commit 0975906 into master Feb 21, 2023
@maleadt maleadt deleted the tb/create_native_world branch February 21, 2023 16:05
KristofferC pushed a commit that referenced this pull request Feb 21, 2023
KristofferC pushed a commit that referenced this pull request Feb 21, 2023
@KristofferC KristofferC mentioned this pull request Mar 3, 2023
50 tasks
@KristofferC KristofferC removed the backport 1.9 Change should be backported to release-1.9 label Mar 6, 2023
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.

None yet

3 participants