inducer / pymbolic

A simple package to do symbolic math (focus on code gen and DSLs)
http://mathema.tician.de/software/pymbolic
Other
108 stars 25 forks source link

Update to instruction fusion #12

Closed skyreflectedinmirrors closed 5 years ago

skyreflectedinmirrors commented 7 years ago

Added a function fuse_instruction_streams_with_overlapping_ids that allows some (specified) overlapping instructions to be copied. This goes along with a soon to be pushed update to loopy that improves control over kernel fusion