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

Introduce hierarchical type system and refactor operator / implementation registration #36

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

Commits on Oct 16, 2024

  1. move files around

    finn-rudolph committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    4288cea View commit details
    Browse the repository at this point in the history
  2. add int32, int16, ...

    finn-rudolph committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    5b75205 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13c6149 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    315f1bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    88f1942 View commit details
    Browse the repository at this point in the history
  6. add cast to ColExpr

    finn-rudolph committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    9b8ae70 View commit details
    Browse the repository at this point in the history
  7. remove operator variants

    finn-rudolph committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    83f7a90 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    b8884e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90f604b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a0a741 View commit details
    Browse the repository at this point in the history
  4. implement new impl store / cm

    This should act independently of a global registry that knows of all operators
    independently of the backend.
    finn-rudolph committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    b2c1155 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ec5ddc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    17be153 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9504903 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    c0d31af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3691ccf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    837a6c0 View commit details
    Browse the repository at this point in the history
  4. fix signature *args

    finn-rudolph committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    f1639f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    63ae193 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c337694 View commit details
    Browse the repository at this point in the history
  7. update code generation

    finn-rudolph committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    ea639f2 View commit details
    Browse the repository at this point in the history
  8. fix a lot of mistakes

    finn-rudolph committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    f0d50d4 View commit details
    Browse the repository at this point in the history
  9. update code generation

    finn-rudolph committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    926ce48 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b833cda View commit details
    Browse the repository at this point in the history