-
Notifications
You must be signed in to change notification settings - Fork 926
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
[msl-out] atomic CompareExchange is not implemented #5257
Labels
area: naga back-end
Outputs of naga shader conversion
lang: Metal
Metal Shading Language
naga
Shader Translator
Comments
#4364 tracks this but is more like a meta issue. |
For now I implemented a working version for metal for my project using wgpu here: Just leaving that here for anyone looking for a temporary workaround. |
teoxoy
added
api: metal
Issues with Metal
area: naga back-end
Outputs of naga shader conversion
naga
Shader Translator
lang: Metal
Metal Shading Language
and removed
api: metal
Issues with Metal
labels
Mar 4, 2024
Would you be open to start a PR to add it upstream? |
Yeah I'm considering it once I have time to clean up that commit. |
Any progress on a PR? |
I'm going to start work on this. |
6 tasks
AsherJingkongChen
added a commit
to AsherJingkongChen/wgpu
that referenced
this issue
Aug 29, 2024
- A solution for issue gfx-rs#5257
AsherJingkongChen
added a commit
to AsherJingkongChen/wgpu
that referenced
this issue
Sep 13, 2024
6 tasks
AsherJingkongChen
added a commit
to AsherJingkongChen/wgpu
that referenced
this issue
Oct 10, 2024
AsherJingkongChen
added a commit
to AsherJingkongChen/wgpu
that referenced
this issue
Oct 10, 2024
* Fix issue gfx-rs#5257 * See PR gfx-rs/naga#5675, gfx-rs/naga#6265
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: naga back-end
Outputs of naga shader conversion
lang: Metal
Metal Shading Language
naga
Shader Translator
Doesn't seem like there's any tracking issue for this currently, I just encountered this while trying to use
atomicCompareExchangeWeak
The text was updated successfully, but these errors were encountered: