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

[Refactor] Create an Intermediate representation of compute shaders on the GPU #1274

Merged
merged 16 commits into from
Feb 8, 2024

Commits on Feb 6, 2024

  1. WIP

    nathanielsimard committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    200a33f View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Wip compiler

    nathanielsimard committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    680016b View commit details
    Browse the repository at this point in the history
  2. It works

    nathanielsimard committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    a2e3f77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7866ce4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fbd201f View commit details
    Browse the repository at this point in the history
  5. Refactor compiler

    nathanielsimard committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    98d2684 View commit details
    Browse the repository at this point in the history
  6. Cleanup wgsl dialect

    nathanielsimard committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    46d224b View commit details
    Browse the repository at this point in the history
  7. Refactor binary op

    nathanielsimard committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    4977e09 View commit details
    Browse the repository at this point in the history
  8. Migrate unary

    nathanielsimard committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    b18cf1a View commit details
    Browse the repository at this point in the history
  9. Cleanup

    nathanielsimard committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    89cc336 View commit details
    Browse the repository at this point in the history
  10. Cleanup

    nathanielsimard committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    5c2a188 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b287eeb View commit details
    Browse the repository at this point in the history
  12. Cleanup

    nathanielsimard committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    b0e1313 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0c73185 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    3ba024b View commit details
    Browse the repository at this point in the history
  2. Fix clippy + fmt

    nathanielsimard committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    723f1b4 View commit details
    Browse the repository at this point in the history