-
Notifications
You must be signed in to change notification settings - Fork 63
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 23.11.00 #888
Merged
Merged
Release 23.11.00 #888
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
- Use repository variables as possible. - Make the CI more generic.
Update version
* remove automatic log processing * Update legate/driver/driver.py Co-authored-by: Manolis Papadakis <[email protected]> --------- Co-authored-by: Manolis Papadakis <[email protected]>
* Satisfy new flake8 type check rules * retain strict type equality for comparisons
* Expand ranges when reading thread_siblings_list Handle both ranges and individual values * Simplify with itertools.chain * Add tests for expand_range and extract_values * Run pre-commit
* Use testdata to remove duplicate test dictionary * Fix consistency of testdata
Just wait on the futures instead of spin-looping
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) - [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.5.1](pre-commit/mirrors-mypy@v1.4.1...v1.5.1) * Move # noqa annotations to correct lines --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Manolis Papadakis <[email protected]>
* Add missing 12.0 CUDA libraries to env generation script * Update list of CUDA dependencies * Update BUILD.md
+DOCKER_BUILDKIT=1
* Update dependency listing * Add support matrix * Update support matrix * Update OS versions * Update BUILD.md * Typo * Add TBLIS config instructions
* API reference for resource scoping * Missing file * Address review comments
Co-authored-by: Manolis Papadakis <[email protected]>
* add legate-issue command for collecting issue info * more error handling * cleanup * suppress stderr on version check * revert stderr change
Add tester arguments necessary for multi-rank and multi-node tests
* Use conda for all dependencies. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * revert. * Bring back the condition. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
/ok to test |
marcinz
added
the
category:task
PR is a simple task and will not be included in release notes
label
Nov 16, 2023
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.
Release 23.11.00