-
Notifications
You must be signed in to change notification settings - Fork 423
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
Resolve rectangular domain module code in Dyno #25684
Merged
riftEmber
merged 66 commits into
chapel-lang:main
from
riftEmber:dyno-builddomainruntimetype
Oct 7, 2024
Merged
Resolve rectangular domain module code in Dyno #25684
riftEmber
merged 66 commits into
chapel-lang:main
from
riftEmber:dyno-builddomainruntimetype
Oct 7, 2024
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
riftEmber
force-pushed
the
dyno-builddomainruntimetype
branch
from
August 1, 2024 15:55
71d92dd
to
c6476ea
Compare
riftEmber
changed the title
Dyno resolve
Dyno resolve Aug 1, 2024
chpl__buildDomainRuntimeType
new domain
riftEmber
force-pushed
the
dyno-builddomainruntimetype
branch
17 times, most recently
from
August 8, 2024 16:09
88f1c73
to
79a86ff
Compare
riftEmber
force-pushed
the
dyno-builddomainruntimetype
branch
3 times, most recently
from
August 15, 2024 18:02
646a2f8
to
bb0b957
Compare
riftEmber
force-pushed
the
dyno-builddomainruntimetype
branch
5 times, most recently
from
August 21, 2024 15:53
fae8742
to
3e93857
Compare
riftEmber
force-pushed
the
dyno-builddomainruntimetype
branch
2 times, most recently
from
August 22, 2024 19:29
950df4d
to
a121cdd
Compare
riftEmber
force-pushed
the
dyno-builddomainruntimetype
branch
from
October 3, 2024 17:37
340b548
to
b29e6b1
Compare
After rebasing off main (which incorporates #26028), edit: this turns out to be from an independent bug in that PR, so undoing the rebase and will wait until that's resolved |
riftEmber
force-pushed
the
dyno-builddomainruntimetype
branch
from
October 3, 2024 20:36
b29e6b1
to
340b548
Compare
Signed-off-by: Anna Rift <[email protected]>
Includes: - testing of DomainType's substitution types - assertions that substitution types are correct when creating DomainType - minor refactors in domainTypeFromSubsHelper for clarity Signed-off-by: Anna Rift <[email protected]>
Signed-off-by: Anna Rift <[email protected]>
…main methods Signed-off-by: Anna Rift <[email protected]>
Signed-off-by: Anna Rift <[email protected]>
Signed-off-by: Anna Rift <[email protected]>
Signed-off-by: Anna Rift <[email protected]>
Returned via a new struct containing ID and name. A new helper, getSymbolId... is introduced with the previous behavior, to preserve performance in cases where only ID is needed. Signed-off-by: Anna Rift <[email protected]>
Signed-off-by: Anna Rift <[email protected]>
Signed-off-by: Anna Rift <[email protected]>
riftEmber
force-pushed
the
dyno-builddomainruntimetype
branch
from
October 4, 2024 18:33
abc93f7
to
f7241a7
Compare
Signed-off-by: Anna Rift <[email protected]>
They now use the standard ChapelDomain rather than minimal version. Associative cases are still disabled. Signed-off-by: Anna Rift <[email protected]>
Signed-off-by: Anna Rift <[email protected]>
Signed-off-by: Anna Rift <[email protected]>
Signed-off-by: Anna Rift <[email protected]>
Signed-off-by: Anna Rift <[email protected]>
DanilaFe
approved these changes
Oct 7, 2024
Signed-off-by: Anna Rift <[email protected]>
Signed-off-by: Anna Rift <[email protected]>
Signed-off-by: Anna Rift <[email protected]>
Signed-off-by: Anna Rift <[email protected]>
Signed-off-by: Anna Rift <[email protected]>
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.
Implement resolution of basic rectangular domain type expressions and literals using
ChapelDomain
module code, replacing the stub compiler implementation.Includes:
new _domain
resolvingnew dmap
asnew _distribution
new _domain
domain
type expressionschpl__buildDomainExpr
/chpl__ensureDomainExpr
_domain
type from modules for rectangular domainsResolves https://github.com/Cray/chapel-private/issues/6163.
Future domains work:
dmapped
keyword to resolve a call tochpl_distributed
[reviewer info placeholder]
Testing: