-
Notifications
You must be signed in to change notification settings - Fork 88
[pre-commit.ci] pre-commit autoupdate #1108
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
Open
pre-commit-ci
wants to merge
528
commits into
branch-24.03
Choose a base branch
from
pre-commit-ci-update-config
base: branch-24.03
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or 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
Contributor
manopapad
approved these changes
Jan 2, 2024
Contributor
|
/ok to test |
ccdcbb8 to
9cfc501
Compare
* Fixing build issues * Bump the Legate commit hash to run CI
* fix compilation errors with cuda_help.h * cuda_help.h: wrap check_* in namespace cunumeric * fix cuda_help: add cunumeric:: in the macro --------- Co-authored-by: Wonchan Lee <[email protected]>
* installation chapter * examples to their own chapter * comparison to API ref * howto api measure * add shrirams new examples * faq (empty) structure * more user guide re-org * add shriram's usage changes * more of shriram's content * finish faqs * remove old configuration chapter * review comments
* Build C++ tests as part of main build * Add install.py option * fixups * bump legate commit
* remove pytest_lazy_fixture dependence * more pytest8 incompat
* Test against older legate version numbering * Check against the recently merged legate nightly version.
* Try enabling arm64 packages * Restrict to numpy 1.x --------- Co-authored-by: Manolis Papadakis <[email protected]>
* enhance coverage for _array/*.py
Co-authored-by: Mark Vaz <[email protected]>
The conda install will take care of this automatically, and this list will almost certainly bitrot
* prioritize demonstrating gpu options * update practices headings * Apply suggestions from code review Co-authored-by: Manolis Papadakis <[email protected]> --------- Co-authored-by: Manolis Papadakis <[email protected]>
This updates the build scripts to build conda packages using the new format.
* enhance test_flags.py
* Add TaskConfig support, see nv-legate/legate.internal#1895
Ignoring known issues.
This is due to limited availability of ARM64 GPU runners for the project.
Also ... - Use [email protected]. - Use a cpu16 machine to build cupynumeric even when building docs.
* Update for removal of LEGATE_NEED_* envvars * Update to latest legate * add channel for UCC 1.4.0 * one more ucc140 * typo --------- Co-authored-by: Marcin Zalewski <[email protected]>
This switches to using artifact upload/download to pass the wheel from build to test jobs. It removes some debug and pins the action being used for inter-repository artifact download to the v9 release SHA.
Add some utility scripts to use the official `gh` CLI to look up the run ID and download artifacts. This enables us to migrate away from the third-party action and offers a base of capabilities as we split the conda packages and pip wheels. This is inspired by and shamelessly takes from https://github.com/rapidsai/gha-tools/, specifically `rapids-download-from-github` and `rapids-github-run-id` adapting them for these projects.
The version file is ironically causing the version string to be incorrect. Issue #666 documents what should be done to fix this correctly. In the short term I need a clean release version for the upcoming initial wheels release hence overriding it. Longer term we should override in CI anyway on the release branch to switch to a post release versioning scheme in release branches.
Push source code to nv-legate/cupynumeric as part of the nightly CI run. Tracking issue: LLRDO-335.
Get the Legate SHA from the `cmake/versions.cmake` file for the wheels, this is the same place that the conda-based CI/build gets the SHA from creating a single source of truth. Also bump the legate wheel dependency to `25.5.*` for `main`.
The git SHA and build number should be at the end of the build string, the build number is especially important in assisting the solver in resolving the latest version that should be installed.
Enable `sccache` for the wheels and conda builds of the project. This yielded ball park improvements of: - 16-19 minutes down to 3-5 minutes for wheel builds - 28 minutes down to 7 minutes for conda GPU builds - 10-11 minutes down to 4 minutes for conda CPU builds No observed regressions in the tests.
* add special case to handle matmul ufunc * Update cupynumeric/_array/array.py Co-authored-by: Manolis Papadakis <[email protected]> --------- Co-authored-by: Manolis Papadakis <[email protected]>
updates: - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.15.0](pre-commit/mirrors-mypy@v1.5.1...v1.15.0) - [github.com/PyCQA/isort: 5.12.0 → 6.0.1](PyCQA/isort@5.12.0...6.0.1) - [github.com/psf/black: 23.9.1 → 25.1.0](psf/black@23.9.1...25.1.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.2.0](PyCQA/flake8@6.1.0...7.2.0) - [github.com/pre-commit/mirrors-clang-format: v16.0.6 → v20.1.0](pre-commit/mirrors-clang-format@v16.0.6...v20.1.0)
94c8688 to
a26f8fc
Compare
for more information, see https://pre-commit.ci
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.
updates: