-
Notifications
You must be signed in to change notification settings - Fork 65
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
OpenScop's scatter function semantics? #88
Comments
As an example, here's the program I have in mind:
Here's the OpenScop program I write for the above program:
Running
gets me:
Note the output's two loops are swapped. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I'm generating some OpenScop programs and would like to use the
--readscop
flag to compile the programs.I'm wondering what is the semantics for each output dimension for an OpenScop's scattering function?
In particular, I noticed that I always have to prepend a
0
as the first output dimension of all scattering functions, or otherwisepolycc
will not respect the dependencies.So that makes me wonder, does the first output dimension always indicate a placement on separate processors?
The text was updated successfully, but these errors were encountered: