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

[Operator] Type promotion for pointwise Ops #79

Merged
merged 7 commits into from
Jul 1, 2024

Commits on Jun 21, 2024

  1. add type promotion for pointwise op

    Bowen12992 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    8cee10f View commit details
    Browse the repository at this point in the history
  2. add trunc & floor mode for divOp

    Bowen12992 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    41991e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. add type promotion while code gen

    Bowen12992 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    d4c36d6 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. change docs for pointwise_dy

    Bowen12992 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    26147cb View commit details
    Browse the repository at this point in the history
  2. add unit test

    Bowen12992 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    6c80334 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. add promotion_methods

    Bowen12992 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    204e844 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. use tuple rather than list

    Bowen12992 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    7009983 View commit details
    Browse the repository at this point in the history