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] Implement atomicCompareExchangeWeak for MSL backend #6265

Open
wants to merge 3 commits into
base: trunk
Choose a base branch
from

Conversation

AsherJingkongChen
Copy link

@AsherJingkongChen AsherJingkongChen commented Sep 13, 2024

Connections

#5257

Description

Implement atomicCompareExchangeWeak for MSL (Metal) backend.

Please see Metal Specification 2024-06-06, Page 249 for support details.

Testing

I enabled and validated 2 snapshots for Metal.

Checklist

  • Run cargo fmt.
  • Run cargo clippy. If applicable, add:
    • --target wasm32-unknown-unknown
    • --target wasm32-unknown-emscripten
  • Run cargo xtask test to run tests.
  • Add change to CHANGELOG.md. See simple instructions inside file.

@AsherJingkongChen AsherJingkongChen requested a review from a team as a code owner September 13, 2024 14:28
@jimblandy
Copy link
Member

See also #5675

@AsherJingkongChen
Copy link
Author

AsherJingkongChen commented Sep 19, 2024

See also #5675

@jimblandy I understand that @9291Sam opened another similar PR, but the progress seems a bit slow. Since this branch is for my own project, I was hoping for quicker updates. That's why I decided to contribute.

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