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

Preserve function abi in gpu_only macro #617

Merged
merged 2 commits into from
May 17, 2021

Conversation

msiglreith
Copy link
Contributor

Fixes #615

Applying gpu_only on a function with non-standard ABI (ie "unadjusted" for the structured buffer loading instrinsics) resulting in silently dropping the ABI annotation. I tried to preseve it for the gpu implementation and drop if for the host side in this PR to not require the abi_unadjusted feature on the host side as well.

@msiglreith msiglreith requested review from eddyb and khyperia as code owners May 7, 2021 21:28
@msiglreith
Copy link
Contributor Author

r? @Jasper-Bekkers

@khyperia khyperia requested a review from Jasper-Bekkers May 17, 2021 08:16
@Jasper-Bekkers Jasper-Bekkers merged commit fc268da into EmbarkStudios:main May 17, 2021
@msiglreith msiglreith deleted the gpu_only_abi branch May 17, 2021 12:51
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.

bindless: Unable to correctly infer load type in bindless
3 participants