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

Struct binary search (lower_bound/upper_bound) #7865

Merged
merged 28 commits into from
Apr 19, 2021

Commits on Apr 2, 2021

  1. Configuration menu
    Copy the full SHA
    f60b127 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    611252b View commit details
    Browse the repository at this point in the history
  3. Rename files

    ttnghia committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    aef67cc View commit details
    Browse the repository at this point in the history
  4. Remove test

    ttnghia committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    9e73bbb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55bf495 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a8d0a67 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1b063d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. Simplify binary search

    ttnghia committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    a5984d0 View commit details
    Browse the repository at this point in the history
  2. Add more tests

    ttnghia committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    4fb33f9 View commit details
    Browse the repository at this point in the history
  3. Rewrite tests

    ttnghia committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    aafea01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    30348cc View commit details
    Browse the repository at this point in the history
  5. Finish ComplexStructTest

    ttnghia committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    a842198 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Rename variables

    ttnghia committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    02988f1 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    ttnghia committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    c7c10aa View commit details
    Browse the repository at this point in the history
  3. Rewrite search_ordered, replacing device_vector by `device_uvecto…

    …r` along with several other improvements
    ttnghia committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    dbbe480 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    304cfe8 View commit details
    Browse the repository at this point in the history
  5. Fix copyright year in header

    ttnghia committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    36f478c View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. Simplify StructSearchTests

    ttnghia committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    63655d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d17f09a View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Configuration menu
    Copy the full SHA
    ede552a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    065ee10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07a7ca0 View commit details
    Browse the repository at this point in the history
  4. Remove redundant comment

    ttnghia committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    43139b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eead52f View commit details
    Browse the repository at this point in the history
  6. Add SlicedColumnInputTests

    ttnghia committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    fc3b252 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. Disable debug printing

    ttnghia committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    661a5cd View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. Configuration menu
    Copy the full SHA
    281fb61 View commit details
    Browse the repository at this point in the history
  2. Use make_device_uvector_async, reverse structured binding, and re-o…

    …rganize input validity
    ttnghia committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    4ba910a View commit details
    Browse the repository at this point in the history