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

Implement minimal interpreter for new pipeline #468

Open
5 tasks
ivogabe opened this issue Sep 9, 2020 · 0 comments
Open
5 tasks

Implement minimal interpreter for new pipeline #468

ivogabe opened this issue Sep 9, 2020 · 0 comments
Assignees

Comments

@ivogabe
Copy link
Contributor

ivogabe commented Sep 9, 2020

The interpreter should be implemented for the new pipeline. This roughly consists of the following steps:

  • Create a data type for the primitive operations in the interpreter. We should keep this limited to generate and permute, as the other operations have default implementations in terms of these. That will also allow us to test the default implementations :)
  • Implement the DesugarAcc type class
  • Integrate with new schedule (Simple CPU schedule for new pipeline #467)
  • Create a Kernel data type, containing a function performing the actual computation
  • Implement compilation step (i.e., a function from Cluster to Kernel)
@ivogabe ivogabe self-assigned this Sep 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant