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

Add support for string data type #2478

Closed
wants to merge 15 commits into from
Closed

Add support for string data type #2478

wants to merge 15 commits into from

Commits on Sep 6, 2023

  1. Add support for string data type

    Signed-off-by: Megan Hampton <[email protected]>
    MegoHam21 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    1b2987b View commit details
    Browse the repository at this point in the history
  2. Fix format

    Signed-off-by: Megan Hampton <[email protected]>
    MegoHam21 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    7acc6f5 View commit details
    Browse the repository at this point in the history
  3. Linter

    Signed-off-by: Megan Hampton <[email protected]>
    MegoHam21 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    563d95f View commit details
    Browse the repository at this point in the history
  4. Change to unicode string

    Signed-off-by: Megan Hampton <[email protected]>
    MegoHam21 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    f7e3461 View commit details
    Browse the repository at this point in the history
  5. Keep trying

    Signed-off-by: Megan Hampton <[email protected]>
    MegoHam21 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    9166c28 View commit details
    Browse the repository at this point in the history
  6. Test

    Signed-off-by: Megan Hampton <[email protected]>
    MegoHam21 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    c9b48c4 View commit details
    Browse the repository at this point in the history
  7. Do not remove LLVM "internal" options (#2475)

    * - Do not remove LLVM "internal" options such as --debug
    - Clean up some header includes and library link dependencies
    
    Signed-off-by: Gong Su <[email protected]>
    
    * Clang format
    
    Signed-off-by: Gong Su <[email protected]>
    
    * Fix general options not showing with --help-hidden|--help-list-hidden
    
    Signed-off-by: Gong Su <[email protected]>
    
    ---------
    
    Signed-off-by: Gong Su <[email protected]>
    Signed-off-by: Megan Hampton <[email protected]>
    gongsu832 authored and MegoHam21 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    ebd81ba View commit details
    Browse the repository at this point in the history
  8. Add frontend support for saturate for CastLike and QuantizeLinear (#2480

    )
    
    Signed-off-by: philass <[email protected]>
    Co-authored-by: Soren Lassen <[email protected]>
    Signed-off-by: Megan Hampton <[email protected]>
    2 people authored and MegoHam21 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    a05646b View commit details
    Browse the repository at this point in the history
  9. Revert "Add frontend support for saturate for CastLike and QuantizeLi…

    …near (#2480)"
    
    This reverts commit fe7da41.
    
    Signed-off-by: Megan Hampton <[email protected]>
    MegoHam21 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    653718a View commit details
    Browse the repository at this point in the history
  10. Revert "Do not remove LLVM "internal" options (#2475)"

    This reverts commit c9c5631.
    
    Signed-off-by: Megan Hampton <[email protected]>
    MegoHam21 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    61856c0 View commit details
    Browse the repository at this point in the history
  11. Do not remove LLVM "internal" options (#2475)

    * - Do not remove LLVM "internal" options such as --debug
    - Clean up some header includes and library link dependencies
    
    Signed-off-by: Gong Su <[email protected]>
    
    * Clang format
    
    Signed-off-by: Gong Su <[email protected]>
    
    * Fix general options not showing with --help-hidden|--help-list-hidden
    
    Signed-off-by: Gong Su <[email protected]>
    
    ---------
    
    Signed-off-by: Gong Su <[email protected]>
    Signed-off-by: Megan Hampton <[email protected]>
    gongsu832 authored and MegoHam21 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    718335c View commit details
    Browse the repository at this point in the history
  12. Add frontend support for saturate for CastLike and QuantizeLinear (#2480

    )
    
    Signed-off-by: philass <[email protected]>
    Co-authored-by: Soren Lassen <[email protected]>
    Signed-off-by: Megan Hampton <[email protected]>
    2 people authored and MegoHam21 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    8097425 View commit details
    Browse the repository at this point in the history
  13. Add data type for python script

    Signed-off-by: Megan Hampton <[email protected]>
    MegoHam21 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    13cbada View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e05641e View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

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