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

Conversation

GPUtester
Copy link
Contributor

❄️ Code freeze for branch-0.17 and v0.17 release

What does this mean?

Only critical/hotfix level issues should be merged into branch-0.17 until release (merging of this PR).

What is the purpose of this PR?

  • Update documentation
  • Allow testing for the new release
  • Enable a means to merge branch-0.17 into main for the release

raydouglass and others added 20 commits October 2, 2020 10:42
[gpuCI] Auto-merge branch-0.16 to branch-0.17 [skip ci]
[gpuCI] Auto-merge branch-0.16 to branch-0.17 [skip ci]
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.
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.
Zero initialize device_uvector before scatter

Co-authored-by: ptaylor <paul.e.taylor@me.com>
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.
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
@msadang msadang requested a review from a team as a code owner December 9, 2020 19:53
@ajschmidt8 ajschmidt8 merged commit eb3096c into main Dec 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants