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

Implement Webgpu device #893

Merged
merged 11 commits into from
Dec 3, 2023
Merged

Implement Webgpu device #893

merged 11 commits into from
Dec 3, 2023

Commits on Dec 2, 2023

  1. Implement Webgpu device.

    All the tests pass, but it doesn't implement `Device` yet, because that
    is a lot more work.
    favilo committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    d3c269c View commit details
    Browse the repository at this point in the history
  2. Removed some of the more low level commands in favor of a wrapper struct

    Also added tests for higher code coverage.
    favilo committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    27c775a View commit details
    Browse the repository at this point in the history
  3. AtomicPtr unsound fix

    favilo committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    bbf0888 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    170470d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c95314 View commit details
    Browse the repository at this point in the history
  6. Remove foolish Mutex

    favilo committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    373374e View commit details
    Browse the repository at this point in the history
  7. Cargo fmt

    favilo committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    beb92c7 View commit details
    Browse the repository at this point in the history
  8. Adding f16 to webgpu

    favilo committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    9a504ee View commit details
    Browse the repository at this point in the history
  9. Add Mutex back, since evidently it was causing issues.

    Hopefully I can figure out a way to remove it again.
    favilo committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    1faa030 View commit details
    Browse the repository at this point in the history
  10. Removed num_traits::Num requirement from Zeros.

    Had to figure out a way to store zeros in place
    favilo committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    2668e78 View commit details
    Browse the repository at this point in the history
  11. Fixing no-std stuff

    favilo committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    837a265 View commit details
    Browse the repository at this point in the history