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

[WebNN EP] Enable IO Bindings with MLTensor #21301

Merged
merged 21 commits into from
Sep 28, 2024

Commits on Aug 16, 2024

  1. [WebNN EP] Enable IO Bindings with MLBuffer

    Enables using the MLBuffers to pass data between models. This
    reduces the number of copies between the CPU and devices as well as
    the renderer and GPU process in Chromium.
    egalli committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    d05970c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50d19dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07452a0 View commit details
    Browse the repository at this point in the history
  4. PR feedback

    egalli committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    ed2f366 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Updating MLBuffer API

    egalli committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    f30218c View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    d27afb3 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    08210a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Rename MLBuffer to MLTensor

    egalli committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    66aec8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e99b1c4 View commit details
    Browse the repository at this point in the history
  3. Missed a few renames

    egalli committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    5e7f912 View commit details
    Browse the repository at this point in the history
  4. Missing change to allocator.h

    egalli committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    a76acd4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f68de67 View commit details
    Browse the repository at this point in the history
  6. More renames

    egalli committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    5e713ba View commit details
    Browse the repository at this point in the history
  7. Missing renames

    egalli committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    a43caa4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9c87bd8 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    ba1d66e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    722802e View commit details
    Browse the repository at this point in the history
  3. PR feedback

    egalli committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    16c14fb View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Rename dimensions to shape

    egalli committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    bbbb0b1 View commit details
    Browse the repository at this point in the history
  2. Format

    egalli committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5b3ceec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7bc892d View commit details
    Browse the repository at this point in the history