[FEA] Add initial CMakeLists.txt#311
Closed
trxcllnt wants to merge 126 commits intonv-legate:branch-22.10from
Closed
[FEA] Add initial CMakeLists.txt#311trxcllnt wants to merge 126 commits intonv-legate:branch-22.10from
trxcllnt wants to merge 126 commits intonv-legate:branch-22.10from
Conversation
…th from legate_core target
…re package's config
jjwilke
requested changes
Jun 10, 2022
… instead of cloning
Enable using tblis_ROOT to find external tblis installations
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Add cmake pr
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.
edit: Closing in favor of #514
This PR adds a
CMakeLists.txtfile for configuring and building with CMake:cmake -S . -B build -GNinja \ -D CMAKE_CUDA_ARCHITECTURES=NATIVE \ -D legate_core_ROOT=/path/to/legate/core/buildThis PR depends on the
legate.coreCMake PR, as well as this branch in my Legion fork:Or to build
cuNumeric,legate.core, andlegionall at once:Depends on nv-legate/legate#198
and https://gitlab.com/StanfordLegion/legion/-/merge_requests/502edit: 502 has been merged