Skip to content
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

Shape preservation #10234

Open
vasslitvinov opened this issue Jul 10, 2018 · 0 comments
Open

Shape preservation #10234

vasslitvinov opened this issue Jul 10, 2018 · 0 comments
Assignees
Labels

Comments

@vasslitvinov
Copy link
Member

vasslitvinov commented Jul 10, 2018

As a Chapel user, I would like promotion and forall-expressions to preserve the shape of the underlying expression. For example:

var A = B + C;  // A.domain == B.domain
var D = [idx in myDom] something(idx);  // D.domain == myDom

Development branch: see #9994 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant