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

C++ pairwise linestring distance #510

Merged
merged 77 commits into from
May 12, 2022

Commits on Mar 31, 2022

  1. Configuration menu
    Copy the full SHA
    0f2c62c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29f1d62 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. More single pair testing

    isVoid committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    954bbfc View commit details
    Browse the repository at this point in the history
  2. update docstring

    isVoid committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    03748ea View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Add medium test

    isVoid committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    3b52203 View commit details
    Browse the repository at this point in the history
  2. Wrapping debug prints

    isVoid committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    6deb261 View commit details
    Browse the repository at this point in the history
  3. Initial

    isVoid committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    61716c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95a803f View commit details
    Browse the repository at this point in the history
  5. Merge branch 'branch-22.06' of github.com:rapidsai/cuspatial into fea…

    …ture/linestring_distance_benchmark
    isVoid committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    3375b1b View commit details
    Browse the repository at this point in the history
  6. initial

    isVoid committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    3cab72d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1c6322e View commit details
    Browse the repository at this point in the history
  8. Update synchonization.cpp

    isVoid committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    f6b571a View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Configuration menu
    Copy the full SHA
    2c3a038 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90de8ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3efb6b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a637664 View commit details
    Browse the repository at this point in the history
  5. Add nvbench cpm

    isVoid committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    d82f887 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    80e2d27 View commit details
    Browse the repository at this point in the history
  7. Add runnable nvbench

    isVoid committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    813178c View commit details
    Browse the repository at this point in the history
  8. Add data gen synchronizer

    isVoid committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    aa65c75 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2022

  1. Configuration menu
    Copy the full SHA
    511dd5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cee2c1f View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Configuration menu
    Copy the full SHA
    3bf3d44 View commit details
    Browse the repository at this point in the history
  2. passes compilation

    isVoid committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    2006ac1 View commit details
    Browse the repository at this point in the history
  3. Revert "passes compilation"

    This reverts commit 2006ac1.
    isVoid committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    f463bd8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08ef028 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    53e822a View commit details
    Browse the repository at this point in the history
  6. Revert "Change problem size in benchmarks"

    This reverts commit cee2c1f.
    isVoid committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    5dd6a4c View commit details
    Browse the repository at this point in the history
  7. Revert "Add data gen synchronizer"

    This reverts commit aa65c75.
    isVoid committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    2b1da4a View commit details
    Browse the repository at this point in the history
  8. Revert "Add runnable nvbench"

    This reverts commit 813178c.
    isVoid committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    d8e6902 View commit details
    Browse the repository at this point in the history
  9. Revert "Add nvbench cpm"

    This reverts commit d82f887.
    isVoid committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    2341301 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cc6f1a2 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'branch-22.06' of https://github.com/rapidsai/cuspatial

    …into feature/linestring_distance
    isVoid committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    daa2966 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    decac94 View commit details
    Browse the repository at this point in the history
  13. More cleanups

    isVoid committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    0f139e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Configuration menu
    Copy the full SHA
    30ac95c View commit details
    Browse the repository at this point in the history
  2. Fix typo

    isVoid committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    53a4135 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Configuration menu
    Copy the full SHA
    b606956 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6811cb6 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Multiple update with docstrings.

    Co-authored-by: Mark Harris <mharris@nvidia.com>
    isVoid and harrism authored Apr 27, 2022
    Configuration menu
    Copy the full SHA
    90a5102 View commit details
    Browse the repository at this point in the history
  2. style fix

    isVoid committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    77b27a9 View commit details
    Browse the repository at this point in the history
  3. Switch to snake case.

    isVoid committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    468a5e9 View commit details
    Browse the repository at this point in the history
  4. fix typo

    isVoid committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    c5df642 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Rename coord_2d to vec_2d. Add vec_2d operators, rewrites `point_to_s…

    …egment_distance` to `point_to_segment_distance_squared` and make use of vector operators.
    isVoid committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    777a01a View commit details
    Browse the repository at this point in the history
  2. Merge master from upstream

    isVoid committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    aa93829 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0a15d8 View commit details
    Browse the repository at this point in the history
  4. Add docstrings for operators

    isVoid committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    877d74e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a58b0e View commit details
    Browse the repository at this point in the history
  6. Revert "Merge master from upstream"

    This reverts commit aa93829.
    isVoid committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    6fdd25a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9fa8136 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'branch-22.06' of https://github.com/rapidsai/cuspatial

    …into feature/linestring_distance
    isVoid committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    39baadf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cc0f526 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f55db25 View commit details
    Browse the repository at this point in the history
  11. Remove vec2d elementwise add

    isVoid committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    22ed7ec View commit details
    Browse the repository at this point in the history
  12. remove validation

    isVoid committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    a477f2b View commit details
    Browse the repository at this point in the history
  13. Add aka polylines

    isVoid committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    708906d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2dc421b View commit details
    Browse the repository at this point in the history
  15. update docstring of det

    isVoid committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    497f1d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

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

Commits on May 2, 2022

  1. adopt almost always auto

    isVoid committed May 2, 2022
    Configuration menu
    Copy the full SHA
    7023faa View commit details
    Browse the repository at this point in the history
  2. doc updates

    isVoid committed May 2, 2022
    Configuration menu
    Copy the full SHA
    8004ec9 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Several docstring updates

    Co-authored-by: Mark Harris <mharris@nvidia.com>
    isVoid and harrism authored May 3, 2022
    Configuration menu
    Copy the full SHA
    654c08b View commit details
    Browse the repository at this point in the history
  2. update colinear names

    isVoid committed May 3, 2022
    Configuration menu
    Copy the full SHA
    c864dca View commit details
    Browse the repository at this point in the history
  3. fix typo

    isVoid committed May 3, 2022
    Configuration menu
    Copy the full SHA
    ddf497e View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feature/linestring_distance' of github.com:isVoid/cuspa…

    …tial into feature/linestring_distance
    isVoid committed May 3, 2022
    Configuration menu
    Copy the full SHA
    1203a86 View commit details
    Browse the repository at this point in the history
  5. Template out the sizetype

    isVoid committed May 3, 2022
    Configuration menu
    Copy the full SHA
    2da3a66 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    338a5ad View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    94b78f3 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. update example and test

    isVoid committed May 4, 2022
    Configuration menu
    Copy the full SHA
    a3e84ee View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. Configuration menu
    Copy the full SHA
    c40b81f View commit details
    Browse the repository at this point in the history
  2. Update docstring LRAI links.

    isVoid committed May 5, 2022
    Configuration menu
    Copy the full SHA
    65a835c View commit details
    Browse the repository at this point in the history
  3. Replace type declaration with auto

    Co-authored-by: Vyas Ramasubramani <vyas.ramasubramani@gmail.com>
    isVoid and vyasr authored May 5, 2022
    Configuration menu
    Copy the full SHA
    23875ee View commit details
    Browse the repository at this point in the history
  4. Delay computations

    Co-authored-by: Vyas Ramasubramani <vyas.ramasubramani@gmail.com>
    isVoid and vyasr authored May 5, 2022
    Configuration menu
    Copy the full SHA
    ac53f8d View commit details
    Browse the repository at this point in the history
  5. Use constexpr for tpb

    Co-authored-by: Vyas Ramasubramani <vyas.ramasubramani@gmail.com>
    isVoid and vyasr authored May 5, 2022
    Configuration menu
    Copy the full SHA
    b546e7a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    26fa8d4 View commit details
    Browse the repository at this point in the history
  7. delay computing bc

    isVoid committed May 5, 2022
    Configuration menu
    Copy the full SHA
    b7dda2c View commit details
    Browse the repository at this point in the history
  8. docstring fixes

    isVoid committed May 5, 2022
    Configuration menu
    Copy the full SHA
    2c60a5d View commit details
    Browse the repository at this point in the history