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

Pure-python masked UDFs #9174

Merged

Commits on Aug 30, 2021

  1. impl

    brandon-b-miller committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    8d98b73 View commit details
    Browse the repository at this point in the history
  2. purge c++ code

    brandon-b-miller committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    45c47ee View commit details
    Browse the repository at this point in the history
  3. enable cuda 11.0

    brandon-b-miller committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    c2e0218 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69f92cf View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

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

Commits on Sep 2, 2021

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

Commits on Sep 3, 2021

  1. Configuration menu
    Copy the full SHA
    470d25e View commit details
    Browse the repository at this point in the history
  2. formatting

    brandon-b-miller committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    e271ce4 View commit details
    Browse the repository at this point in the history
  3. bugfix

    brandon-b-miller committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    0a971f0 View commit details
    Browse the repository at this point in the history
  4. remove header

    brandon-b-miller committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    2f7e6f8 View commit details
    Browse the repository at this point in the history
  5. fix bool typing

    brandon-b-miller committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    13a94cb View commit details
    Browse the repository at this point in the history
  6. template kernels

    brandon-b-miller committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    b2a68e6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5cb75e7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    49d9978 View commit details
    Browse the repository at this point in the history
  9. support offsets

    brandon-b-miller committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    2ba8bd2 View commit details
    Browse the repository at this point in the history
  10. cache kernels

    brandon-b-miller committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    11b2fd1 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. merge latest

    brandon-b-miller committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    7379fe1 View commit details
    Browse the repository at this point in the history
  2. style

    brandon-b-miller committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    775dd57 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Configuration menu
    Copy the full SHA
    04c38e6 View commit details
    Browse the repository at this point in the history
  2. style

    brandon-b-miller committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    7a01bdb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    627d197 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3e2e0b View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

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

Commits on Sep 13, 2021

  1. address many reviews

    brandon-b-miller committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    306f5e1 View commit details
    Browse the repository at this point in the history
  2. cleanup

    brandon-b-miller committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    05adec7 View commit details
    Browse the repository at this point in the history
  3. minor updtes

    brandon-b-miller committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    edbae6c View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Apply suggestions from code review

    Co-authored-by: Graham Markall <[email protected]>
    brandon-b-miller and gmarkall authored Sep 14, 2021
    Configuration menu
    Copy the full SHA
    e224bee View commit details
    Browse the repository at this point in the history
  2. address reviews

    brandon-b-miller committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    a446b75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b54e11e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    16406ff View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

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

Commits on Sep 17, 2021

  1. fix import bug

    brandon-b-miller committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    30d6013 View commit details
    Browse the repository at this point in the history
  2. clarify exec context

    brandon-b-miller committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    a369641 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e51d780 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c0c76f View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. un purge c++

    brandon-b-miller committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    6deb96a View commit details
    Browse the repository at this point in the history
  2. cpp cleanup

    brandon-b-miller committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    51b4fc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4249334 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

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

Commits on Sep 28, 2021

  1. address reviews

    brandon-b-miller committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    71c71b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

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