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

Refactor calls to data_array_view #871

Merged
merged 10 commits into from
Jan 26, 2023

Conversation

galipremsagar
Copy link
Contributor

Description

This PR adapts to the breaking changes being introduced in: rapidsai/cudf#12587

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@galipremsagar galipremsagar requested a review from a team as a code owner January 24, 2023 17:28
@github-actions github-actions bot added the Python Related to Python code label Jan 24, 2023
Copy link
Contributor

@wence- wence- left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs some spill lock acquisition I think.

python/cuspatial/cuspatial/core/spatial/distance.py Outdated Show resolved Hide resolved
python/cuspatial/cuspatial/utils/gis_utils.py Outdated Show resolved Hide resolved
@galipremsagar galipremsagar requested a review from a team as a code owner January 24, 2023 21:34
@github-actions github-actions bot added the ci label Jan 24, 2023
@ajschmidt8 ajschmidt8 added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Jan 24, 2023
@codecov-commenter
Copy link

codecov-commenter commented Jan 24, 2023

Codecov Report

Base: 92.55% // Head: 92.58% // Increases project coverage by +0.02% 🎉

Coverage data is based on head (fce7ca7) compared to base (a614265).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@               Coverage Diff                @@
##           branch-23.02     #871      +/-   ##
================================================
+ Coverage         92.55%   92.58%   +0.02%     
================================================
  Files                24       24              
  Lines              1008     1011       +3     
================================================
+ Hits                933      936       +3     
  Misses               75       75              
Impacted Files Coverage Δ
...ython/cuspatial/cuspatial/core/spatial/distance.py 94.54% <100.00%> (+0.10%) ⬆️
python/cuspatial/cuspatial/utils/gis_utils.py 62.96% <100.00%> (+2.96%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@ajschmidt8 ajschmidt8 added the 5 - DO NOT MERGE Hold off on merging; see PR for details label Jan 24, 2023
ci/build_cpp.sh Outdated
@@ -7,10 +7,14 @@ source rapids-env-update

export CMAKE_GENERATOR=Ninja

LIBCUDF_CHANNEL=$(rapids-get-artifact ci/cudf/pull-request/12587/046025a/cudf_conda_cpp_cuda11_$(arch).tar.gz)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Temporary changes, will be reverted in few hours

@@ -12,12 +12,18 @@ rapids-print-env
rapids-logger "Begin py build"

CPP_CHANNEL=$(rapids-download-conda-from-s3 cpp)
PY_VER=${RAPIDS_PY_VERSION//./}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Temporary changes, will be reverted in few hours

@@ -21,6 +21,9 @@ set -u
rapids-logger "Downloading artifacts from previous jobs"
CPP_CHANNEL=$(rapids-download-conda-from-s3 cpp)
PYTHON_CHANNEL=$(rapids-download-conda-from-s3 python)
PY_VER=${RAPIDS_PY_VERSION//./}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Temporary changes, will be reverted in few hours

Copy link
Contributor

@isVoid isVoid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pending on a few temporary changes + 1 question.

python/cuspatial/cuspatial/core/spatial/distance.py Outdated Show resolved Hide resolved
Copy link
Contributor

@isVoid isVoid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@github-actions github-actions bot removed the ci label Jan 26, 2023
@ajschmidt8 ajschmidt8 removed the 5 - DO NOT MERGE Hold off on merging; see PR for details label Jan 26, 2023
@ajschmidt8
Copy link
Member

/merge

@rapids-bot rapids-bot bot merged commit f4cf664 into rapidsai:branch-23.02 Jan 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Python Related to Python code
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

6 participants