-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bind scan/filter implementations #9
Comments
I'll do the same for multiplication/division, they'll just get instantiated as primitive components implemented in Calyx directly Maybe also add parallel matrix multiplication? IDK |
Seemingly able to pull in the component, but it's not passing through the calyx compiler since the primitives are not being found? |
probably solved in #12 |
other integration notes that I forgot about: need to add the component invocation, and need to supply latency so static scheduling works properly |
post-presentation issue |
Should invoke the pre-built, parameterized (especially for parscan) Calyx component as part of the function call - do we want to support arbitrary user-defined functions?
The text was updated successfully, but these errors were encountered: