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

Integrate the SPIR-T qptr experiment. #1020

Merged
merged 2 commits into from
Apr 21, 2023

Conversation

eddyb
Copy link
Contributor

@eddyb eddyb commented Mar 31, 2023

For more information, check out the SPIR-T PR, which has a much longer explanation:

The short version is goes something like this:

doing more (union/enum support, more flexible storage classes, PhysicalStorageBuffer, etc.)
with less (extremely untyped pointers, removing Rust-GPU's existing "storage class inference" pass)

Currently this PR allows testing replacing the old storage class inference with qptr passes, via:

RUSTGPU_CODEGEN_ARGS="--no-infer-storage-classes --spirt-passes=qptr"

@eddyb eddyb changed the title [WIP] integrate the SPIR-T qptr experiment. Integrate the SPIR-T qptr experiment. Apr 21, 2023
@eddyb eddyb force-pushed the qptr-integration branch 2 times, most recently from 5c9b094 to eaae277 Compare April 21, 2023 17:51
@eddyb eddyb marked this pull request as ready for review April 21, 2023 18:06
@eddyb eddyb requested a review from oisyn as a code owner April 21, 2023 18:06
@eddyb eddyb enabled auto-merge (rebase) April 21, 2023 18:06
@eddyb eddyb merged commit f559a6b into EmbarkStudios:main Apr 21, 2023
@eddyb eddyb deleted the qptr-integration branch April 21, 2023 18:26
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