dimitriv / Ziria

A domain-specific-language and compiler for low-level bitstream processing.
92 stars 18 forks source link

Finishing up pipelining #73

Open valderman opened 9 years ago

valderman commented 9 years ago

As the title says, pipeline parallelism needs to be finished up. A checklist for what needs to be done:

Most of the interesting stuff for all this happens in src/TaskGen, src/Codegen/CgOpt.hs and csrc/{sched,commit_queues}.{h,c}.