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

NPUW: Deref #27767

Merged
merged 8 commits into from
Nov 28, 2024
Merged

NPUW: Deref #27767

merged 8 commits into from
Nov 28, 2024

Commits on Nov 27, 2024

  1. Configuration menu
    Copy the full SHA
    9649266 View commit details
    Browse the repository at this point in the history
  2. NPUW Deref: Hotfix the new LazyTensor & Weight Bank issues

    - LazyTensor wasn't prepared to all cases and was crashing in Unpack
    - Weight bank had a race (device bank was not protected)
    dmatveev committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    46d4c02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ea0914 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f882ea9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a24d75a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b2e02eb View commit details
    Browse the repository at this point in the history
  7. NPUW Deref: Likely the last change

    - Detach the incoming LazyTensors if they were already
      found in the bank
    - Not very great & obvious semantics, but the proper documentation
      should help here
    dmatveev committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    5eceef3 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

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