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

Make Melody work with PSyclone #4

Open
rupertford opened this issue Jan 31, 2017 · 1 comment
Open

Make Melody work with PSyclone #4

rupertford opened this issue Jan 31, 2017 · 1 comment
Assignees

Comments

@rupertford
Copy link
Owner

rupertford commented Jan 31, 2017

I want to use Melody with PSyclone. This turns out to be difficult as PSyclone can modify the search space as transformations are applied (for example loop fusion changes the number of loops in PSyclone's internal representation of the PSy layer). This means that Melody needs to be extended.

With this issue I will add PSyclone's module-inline and loop-fuse transformation support to Melody for the dynamo0.3 and gocean1.0 api's.

I will also update the existing PSyclone example so that it actually works!

@rupertford rupertford self-assigned this Jan 31, 2017
@rupertford rupertford changed the title Make Melody work with PSyclone loop fusion for the gocean api Make Melody work with PSyclone Mar 14, 2017
@rupertford
Copy link
Owner Author

Created a new branch psyclone-melody. There is an existing branch psyclone-gocean-loop-fusion that I need to look at again to see if I can re-use some of the early ideas.

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

No branches or pull requests

1 participant