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

Parser changes to handle MatMulIntegerToFloat #3445

Open
wants to merge 12 commits into
base: develop
Choose a base branch
from

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    b19ce16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae9f722 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    TedThemistokleous committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    7f62a33 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Add parser tests and updated gen onnx

    Updated parser to handle bias case as well as bad scale conditions
    
    Initial float/half tests
    bad scale tests
    bad bias tests
    TedThemistokleous committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    92d8ea4 View commit details
    Browse the repository at this point in the history
  2. Handle scaled output result better

    avoid tidy screaming about complexity
    TedThemistokleous committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    cdb307d View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

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

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    02c3918 View commit details
    Browse the repository at this point in the history
  2. Update fixes for parser tests

    Use dequantizelinear which elminates the need to add in shifts due to int8/uint8 mismatches
    
    still needs parser tests
    TedThemistokleous committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    3ca3e6a View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

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

Commits on Oct 17, 2024

  1. Add test case for zero point in matmulintegertofloat

    Needed to update initial tests and gen onnx
    TedThemistokleous committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    c6d8679 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d89fdd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0c8120 View commit details
    Browse the repository at this point in the history