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

Use DisposableElementsAttr for ZHigh constant propagation #3013

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Commits on Nov 18, 2024

  1. Revert "[NNPA] Memory reduction of stickified constant by stickifying…

    … at file writing (onnx#2917)"
    
    This reverts commit 33b466e.
    
    Signed-off-by: Tung D. Le <[email protected]>
    tungld committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    c99e50d View commit details
    Browse the repository at this point in the history
  2. Use DisposableElementsAttr for ZHigh Constant Propagation

    Signed-off-by: Tung D. Le <[email protected]>
    tungld committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    265ff90 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Lit tests for splat DenseElementsAttr

    Signed-off-by: Tung D. Le <[email protected]>
    tungld committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    06e6e4c View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Call garbage collector after each rewriting

    Signed-off-by: Tung D. Le <[email protected]>
    tungld committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    7dea632 View commit details
    Browse the repository at this point in the history
  2. Use getRawBytes to make the data reading faster

    Signed-off-by: Tung D. Le <[email protected]>
    tungld committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    6d044be View commit details
    Browse the repository at this point in the history
  3. Reduce memory consumption

    Signed-off-by: Tung D. Le <[email protected]>
    tungld committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    d6721d7 View commit details
    Browse the repository at this point in the history
  4. clean up

    Signed-off-by: Tung D. Le <[email protected]>
    tungld committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    00782ee View commit details
    Browse the repository at this point in the history
  5. fix an error

    Signed-off-by: Tung D. Le <[email protected]>
    tungld committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    60fef2f View commit details
    Browse the repository at this point in the history
  6. Lit tests

    Signed-off-by: Tung D. Le <[email protected]>
    tungld committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    b963c1d View commit details
    Browse the repository at this point in the history
  7. undo redundant parts

    Signed-off-by: Tung D. Le <[email protected]>
    tungld committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    ea9bc82 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. redundant code

    Signed-off-by: Tung D. Le <[email protected]>
    tungld committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    44b81b3 View commit details
    Browse the repository at this point in the history
  2. more clean up

    Signed-off-by: Tung D. Le <[email protected]>
    tungld committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    9143cb5 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

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