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

perf: add new when-then-otherwise kernels #15089

Merged
merged 17 commits into from
Mar 18, 2024

Commits on Mar 18, 2024

  1. WIP

    orlp committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    5d9adcc View commit details
    Browse the repository at this point in the history
  2. add test

    orlp committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    82ca935 View commit details
    Browse the repository at this point in the history
  3. fix silly bug

    orlp committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    8e82d36 View commit details
    Browse the repository at this point in the history
  4. add or_not and_not to bitmap ops

    orlp committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    7086616 View commit details
    Browse the repository at this point in the history
  5. fix view

    orlp committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    53cc454 View commit details
    Browse the repository at this point in the history
  6. add boolean

    orlp committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    e5ff635 View commit details
    Browse the repository at this point in the history
  7. add object impl

    orlp committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    af5ee40 View commit details
    Browse the repository at this point in the history
  8. add array support

    orlp committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    d6c4029 View commit details
    Browse the repository at this point in the history
  9. add list support

    orlp committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    add632f View commit details
    Browse the repository at this point in the history
  10. cleanup

    orlp committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    a23298f View commit details
    Browse the repository at this point in the history
  11. more cleanup

    orlp committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    e05b95b View commit details
    Browse the repository at this point in the history
  12. move null check out of loop

    orlp committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    a0c1ea4 View commit details
    Browse the repository at this point in the history
  13. more cleanup

    orlp committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    759abd8 View commit details
    Browse the repository at this point in the history
  14. add StaticArray::full

    orlp committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    eeb6d38 View commit details
    Browse the repository at this point in the history
  15. fmt

    orlp committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    d916b89 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2095bda View commit details
    Browse the repository at this point in the history
  17. fix conditional compilation

    orlp committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    20f48e4 View commit details
    Browse the repository at this point in the history