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

Rework memcpy transformer to support WebGPU EP being added #22329

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Oct 5, 2024

  1. Simplify.

    EPs are either GPU or non-GPU. Insert device copies when trasitioning between the two.
    
    Disallow incompatible GPU EPs (no reason to support)
    
    Improve const-ness.
    skottmckay committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    1c59fe6 View commit details
    Browse the repository at this point in the history
  2. Cleanups

    Fix tests where node in main graph wasn't assigned to an EP
    skottmckay committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    dab9327 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. Ignore unassigned nodes

    skottmckay committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    7593b3c View commit details
    Browse the repository at this point in the history
  2. Fix unnecessary copy

    skottmckay committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    52464bb View commit details
    Browse the repository at this point in the history
  3. Fix linux build warning

    skottmckay committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    4cec815 View commit details
    Browse the repository at this point in the history
  4. Fix condition

    skottmckay committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    ed17383 View commit details
    Browse the repository at this point in the history
  5. Cleanup

    skottmckay committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    626d191 View commit details
    Browse the repository at this point in the history