-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Install python dependencies in windows draft-release CI (#1008)
* Install python dependencies in windows draft-release CI * Update Thrust/CUB minimum to 1.16.0, and download 1.17.2 (latest 1.x) if not found This resolves a VS 2019 + Thrust 1.14.0 (CUDA 11.8) issue which was not effecting VS 2022. There is not yet a Thrust/CUB non-rc 2.x release on GitHub to switch to / more testing is required * Modify Draft-Release workflow triggers to also run on pull_requests which modify the workflow * Use 2 CUDA architectures for draft-release test suite builds This is to avoid heap space exhaustion on windows when linking the test suite. See #646
- Loading branch information
Showing
2 changed files
with
30 additions
and
12 deletions.
There are no files selected for viewing
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
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