You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: