-
Notifications
You must be signed in to change notification settings - Fork 156
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.18 #360
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[gpuCI] Auto-merge branch-0.17 to branch-0.18 [skip ci]
Update to libcu++ on Github. Authors: - ptaylor <paul.e.taylor@me.com> - Paul Taylor <paul.e.taylor@me.com> Approvers: - Mark Harris - Christopher Harris URL: #297
[gpuCI] Auto-merge branch-0.17 to branch-0.18 [skip ci]
Updates libcudf to use the new, simplified rmm::exec_policy and include the new refactored headers rmm/exec_policy.hpp and rmm/device_vector.hpp The new exec_policy can be passed directly to Thrust, no longer any need to call rmm::exec_policy(stream)->on(stream). Depends on rapidsai/rmm#647 Authors: - Mark Harris <mharris@nvidia.com> Approvers: - Paul Taylor - Christopher Harris URL: #331
This PR includes and supersedes #314 ### New build process script changes This PR outlines the changes necessary for the new build process (aka Project Flash) to work with `cuspatial`. This PR is necessary to begin shadow testing of the new build process. The goal is to simultaneously support both the old and new build processes. CI is configured to activate the new process by setting `PROJECT_FLASH=1`. Additionally `BUILD_LIBCUSPATIAL` and `BUILD_CUSPATIAL` will be set to 1 as needed by CI in the new process. CI will stage build artifacts for python and GPU builds in `ci/artifacts/cuspatial/cpu/` which the build scripts will then consume. The Project Flash script branch has been manually tested. This PR will test the non-Project Flash branch. ### gpuCI enhancements - Consolidates some of the CPU gpuCI scripts, reducing number of scripts to maintain - Standardizes naming of the upload script to upload.sh - Changes logging to use gpuci_logger where practical - Updates comments and documentation where necessary - Enables gpuCI to override environment variables based on node types Authors: - dillon-cullinan <dcullinan92@gmail.com> - Raymond Douglass <ray@raydouglass.com> Approvers: - Dillon Cullinan (@dillon-cullinan) - AJ Schmidt (@ajschmidt8) URL: #338
Bump `gdal` from 3.0.x to 3.1.x, fixes #327 and supersedes/reverts #245. Authors: - Wei Ji <weiji.leong@vuw.ac.nz> - Keith Kraus <kkraus@nvidia.com> Approvers: - Keith Kraus (@kkraus14) - AJ Schmidt (@ajschmidt8) URL: #339
This PR prepares the changelog to be automatically updated during releases. Authors: - AJ Schmidt (@ajschmidt8) Approvers: - H. Thomson Comer (@thomcom) URL: #345
Issues and PRs without activity for 30d will be marked as stale. If there is no activity for 90d, they will be marked as rotten. Authors: - Jordan Jacobelli (@Ethyling) Approvers: - Dillon Cullinan (@dillon-cullinan) URL: #355
Follows #355 Updates the stale GHA with the following changes: - [x] Uses `inactive-30d` and `inactive-90d` labels instead of `stale` and `rotten` - [x] Updates comments to reflect changes in labels - [x] Exempts the following labels from being marked `inactive-30d` or `inactive-90d` - `0 - Blocked` - `0 - Backlog` - `good first issue` Authors: - Mike Wendt (@mike-wendt) Approvers: - Ray Douglass (@raydouglass) URL: #357
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
❄️ Code freeze for
branch-0.18
and v0.18 releaseWhat does this mean?
Only critical/hotfix level issues should be merged into
branch-0.18
until release (merging of this PR).What is the purpose of this PR?
branch-0.18
intomain
for the release