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

Support signed int divisor in onnx.Mod op #2471

Merged

Commits on Sep 1, 2023

  1. Support onnx.Mod with signed int divisor.

    Signed-off-by: Yasushi Negishi <[email protected]>
    negiyas committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    7db9fcd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7903ee8 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    ba3c7f9 View commit details
    Browse the repository at this point in the history
  2. Fix backend-test isssues.

    Signed-off-by: Yasushi Negishi <[email protected]>
    negiyas committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    d5c55f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

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

Commits on Sep 9, 2023

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

Commits on Sep 13, 2023

  1. Fix onnx.Mod lowering issues.

    Signed-off-by: Yasushi Negishi <[email protected]>
    negiyas committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    5056b7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dea35d2 View commit details
    Browse the repository at this point in the history
  3. Fix lit errors for lowering onnx.mod op with signed int.

    Signed-off-by: Yasushi Negishi <[email protected]>
    negiyas committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    367df4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a34fa54 View commit details
    Browse the repository at this point in the history