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

Consolidate Forge parallel pattern generators #37

Open
asujeeth opened this issue Jun 8, 2013 · 0 comments
Open

Consolidate Forge parallel pattern generators #37

asujeeth opened this issue Jun 8, 2013 · 0 comments
Assignees

Comments

@asujeeth
Copy link
Contributor

asujeeth commented Jun 8, 2013

Forge parallel patterns should use the language of generators (collect, reduce, hashCollect, hashReduce) to simplify the code generation and error checking required in Forge, similar to Delite. The various front-end instances (map, zip, filter, etc.) should be different parameterizations of the generators. We should not need to use the simpler DeliteOp interfaces at all (like DeliteOpMap), and instead should be able to generate all DeliteOpLoop[_] instances with the correct loop bodies.

@ghost ghost assigned asujeeth Jun 8, 2013
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