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

[RELEASE] cuspatial v0.17 #330

Merged
merged 22 commits into from
Dec 10, 2020
Merged

[RELEASE] cuspatial v0.17 #330

merged 22 commits into from
Dec 10, 2020

Commits on Oct 2, 2020

  1. DOC v0.17 Updates

    raydouglass committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    ea3cf2e View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Merge pull request #307 from rapidsai/branch-0.16

    [gpuCI] Auto-merge branch-0.16 to branch-0.17 [skip ci]
    GPUtester authored Oct 12, 2020
    Configuration menu
    Copy the full SHA
    11059a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Merge pull request #308 from rapidsai/branch-0.16

    [gpuCI] Auto-merge branch-0.16 to branch-0.17 [skip ci]
    GPUtester authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    a066305 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

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

Commits on Nov 11, 2020

  1. Fix build issues related to libcudf/cudf changes (#322)

    Due to libcudf splitting into multiple shared libraries to fix debug builds, libcuspatial was left in a broken state. We don't fully understand why, but it seems like some combination of the linker pruning the `libcudf.so` dependency since it finds no symbols it uses in it BEFORE it adds `DT_NEEDED` entries from `libcudf.so` where it does find symbols.
    
    Added some linker flags to temporarily fix the build while we continue investigating a more proper solution from the libcudf side.
    
    Also fixed a minor gcc9 issue related to a copy elision.
    
    Also fixed usage of a removed cudf Python API.
    Keith Kraus authored Nov 11, 2020
    Configuration menu
    Copy the full SHA
    6c2b52b View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Configuration menu
    Copy the full SHA
    d1eed19 View commit details
    Browse the repository at this point in the history
  2. Pin cmake policies to cmake 3.17 version (#310)

    Planning to upgrade to cmake 3.18 in the near future and the CUDA_ARCHITECTURES change is a breaking change, so pinning to 3.17 policies to prevent the breakages.
    Keith Kraus authored Nov 12, 2020
    Configuration menu
    Copy the full SHA
    45ad13f View commit details
    Browse the repository at this point in the history
  3. Zero initialize device_uvector before scatter (#320)

    Zero initialize device_uvector before scatter
    
    Co-authored-by: ptaylor <paul.e.taylor@me.com>
    zhangjianting and trxcllnt authored Nov 12, 2020
    Configuration menu
    Copy the full SHA
    ec8941b View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Configuration menu
    Copy the full SHA
    f095664 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96a7b57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80a011f View commit details
    Browse the repository at this point in the history
  4. Added gpuci_logger function

    msadang committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    54a76db View commit details
    Browse the repository at this point in the history
  5. removed cuda_rel

    msadang committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    5759738 View commit details
    Browse the repository at this point in the history
  6. added cpuci_retry

    msadang committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    3b56913 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1297605 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. readded cudf_home deletion

    msadang committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    5d251e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Convert cudaStream_t to rmm::cuda_stream_view (#325)

    This PR converts all usage of cudaStream_t in cuSpatial to rmm::cuda_stream_view, following on from rapidsai/cudf#6646 and rapidsai/cudf#6648
    
    Also reorders stream parameters to occur before MR parameters in all functions.
    harrism authored Nov 24, 2020
    Configuration menu
    Copy the full SHA
    d4ed2d8 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. updated changelog

    msadang committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    0dcf24b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e00885 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Fix point in polygon test for cudf::gather breaking change(#328)

    Update `cudf::gather` callsite in `point_in_polygon_test_large` to account for the new out of bounds policy parameter.
    
    Authors:
      - ptaylor <paul.e.taylor@me.com>
    
    Approvers:
      - Mark Harris
      - Christopher Harris
    
    URL: #328
    trxcllnt authored Dec 4, 2020
    Configuration menu
    Copy the full SHA
    c66749e View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Merge pull request #321 from msadang/gpuciscripts-update

    Gpuciscripts clean and update
    msadang authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    4ddf133 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. Update CHANGELOG.md

    raydouglass authored Dec 10, 2020
    Configuration menu
    Copy the full SHA
    9aeebc8 View commit details
    Browse the repository at this point in the history