Better build system robustness - #87
Merged
Merged
Conversation
krasow
marked this pull request as draft
May 27, 2026 00:15
Closed
krasow
marked this pull request as ready for review
May 29, 2026 00:29
Member
Author
|
@ejmeitz give this a look. This code enables automatic creation of a dev folder & Project.toml when a user calls Instead of leveraging preferences to store the wrapper install path, we jll_dev override the jll directories by symlinking to the install. Then when a user calls Using a custom legate install has not been tested. This code path needs to be tested; however, it is possible it just works. |
krasow
added a commit
that referenced
this pull request
Jul 31, 2026
- Added HDF5 dataset reading and writing via h5read and h5write (#83). - Added tiled store partitioning for linear-algebra operations (#84). - Added task communicator support (#86). - Improved developer builds, CUDA tooling, dependency discovery, and version validation (#87, #89, #90, #92). - Updated compatibility to Legate 26.6 (#91). - Added row-/column-major external attachment, broader Scalar constructors, runtime fences and GPU counts, and scoped task provenance. These landed as direct commits without PR numbers. --------- Co-authored-by: Nader <107228500+Nader-Rahhal@users.noreply.github.com> Co-authored-by: ejmeitz <emeitz@andrew.cmu.edu>
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
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.
Add dev_tools.jl that is shared between cuNumeric.jl and Legate.jl.
CUDA_SDK_jll as a weak depend.
We want the dev build to leverage CUDA_SDK_jll if users are using legate_jll.
This isn't working yet.
Update CMAKE minimum version. Have build.jl fast track checking cmake versions and CUDA support.