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

[naga spv-in] Support for OpAtomicCompareExchange #6296

Open
schell opened this issue Sep 18, 2024 · 1 comment
Open

[naga spv-in] Support for OpAtomicCompareExchange #6296

schell opened this issue Sep 18, 2024 · 1 comment
Labels
area: naga front-end lang: SPIR-V Vulkan's Shading Language naga Shader Translator type: enhancement New feature or request

Comments

@schell
Copy link
Contributor

schell commented Sep 18, 2024

Connections

Part of

PR

Description

OpAtomicCompareExchange was removed from initial SPIR-V atomics support because it requires more infrastructure to support type-upgrading. Previous (now reverted) commits exist as a starting point to finish this work.

@schell
Copy link
Contributor Author

schell commented Nov 22, 2024

Just a note to myself that while working on this, the command I use for testing is:

RUST_LOG=trace cargo watch -x 'test -p naga --features spv-in,wgsl-in,wgsl-out -- --nocapture atomic_compare_exchange'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: naga front-end lang: SPIR-V Vulkan's Shading Language naga Shader Translator type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants