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

[onert] Share memory for Reshape, ExapndDims and Squeeze #14057

Draft
wants to merge 25 commits into
base: master
Choose a base branch
from

Commits on Oct 2, 2024

  1. [onert] Share memory for Reshape, ExapndDims and Squeeze

    This commit extends current tensor memory management infrastructure to allow tensor memory sharing if possible.
    
    ONE-DCO-1.0-Signed-off-by: Mateusz Bencer [email protected]
    mbencer committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c8d8a75 View commit details
    Browse the repository at this point in the history
  2. fixed trix and xnpack build

    mbencer committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    7e3bfae View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. skip for other backend

    mbencer committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    e2283b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae54f84 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. first unit tests

    mbencer committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    b901aae View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. Configuration menu
    Copy the full SHA
    2cbe01d View commit details
    Browse the repository at this point in the history
  2. styles applied

    mbencer committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    9ded99d View commit details
    Browse the repository at this point in the history
  3. remove unnecessary file

    mbencer committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    0152e12 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    0b2c4ee View commit details
    Browse the repository at this point in the history
  2. more tests

    mbencer committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    b634fbf View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. test names refactor

    mbencer committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    132e237 View commit details
    Browse the repository at this point in the history
  2. styles applied

    mbencer committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    fe371a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ea3bac View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    12d33dc View commit details
    Browse the repository at this point in the history
  2. styles applied

    mbencer committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    b4e655f View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    14a4c61 View commit details
    Browse the repository at this point in the history
  2. styles applied

    mbencer committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c3199da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b19064b View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. test name refactor

    mbencer committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    f0afe39 View commit details
    Browse the repository at this point in the history
  2. styles applied

    mbencer committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    828cd72 View commit details
    Browse the repository at this point in the history
  3. last names refactor

    mbencer committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    44244d1 View commit details
    Browse the repository at this point in the history
  4. names refactor

    mbencer committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    fc4b1c9 View commit details
    Browse the repository at this point in the history
  5. styles applied

    mbencer committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    50036d0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c790a5e View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. BackendContext refactor

    mbencer committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    732e33b View commit details
    Browse the repository at this point in the history