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

llvm: Only write back shareable data #2718

Merged
merged 2 commits into from
Jul 6, 2023
Merged

Conversation

jvesely
Copy link
Collaborator

@jvesely jvesely commented Jul 5, 2023

"random_state" needs conversion to Python RandomState structure.
Do not create numpy arrays of empty structures.

Compiled execution uses custom structure to represent random state.
These need conversion to Python RandomState first.

Fixes: 3cb0ce4
	("llvm/execution: Improve writeback handling of history and
	empty structures")

Signed-off-by: Jan Vesely <[email protected]>
@jvesely jvesely added the compiler Runtime Compiler label Jul 5, 2023
@github-actions
Copy link

github-actions bot commented Jul 5, 2023

This PR causes the following changes to the html docs (ubuntu-latest-3.7-x64):

No differences!

...

See CI logs for the full diff.

@github-actions
Copy link

github-actions bot commented Jul 5, 2023

This PR causes the following changes to the html docs (ubuntu-latest-3.7-x64):

No differences!

...

See CI logs for the full diff.

@github-actions
Copy link

github-actions bot commented Jul 5, 2023

This PR causes the following changes to the html docs (ubuntu-latest-3.7-x64):

No differences!

...

See CI logs for the full diff.

@github-actions
Copy link

github-actions bot commented Jul 6, 2023

This PR causes the following changes to the html docs (ubuntu-latest-3.7-x64):

No differences!

...

See CI logs for the full diff.

They won't be used anyway.

Fixes: 3cb0ce4
	("llvm/execution: Improve writeback handling of history and
	empty structures")

Signed-off-by: Jan Vesely <[email protected]>
@github-actions
Copy link

github-actions bot commented Jul 6, 2023

This PR causes the following changes to the html docs (ubuntu-latest-3.7-x64):

No differences!

...

See CI logs for the full diff.

@jvesely jvesely merged commit 3909d21 into PrincetonUniversity:devel Jul 6, 2023
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler Runtime Compiler
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant