Some Cava optimization
- Optimize Cava's CPU schedule.
- Add
fork-fusion
pass for fusing unrelated but adjacent fork-joins. - Add intrinsic functions to math expressions.
- Add
print
pass for debugging schedules. - Avoid some edges in dot output to help little xdot out.
- TODO: need more relaxed bounds for forkify to parallelize demosaic.
Edited by rarbore2
Merge request reports
Activity
requested review from @aaronjc4
assigned to @rarbore2
added 1 commit
- 0958995e - unroll channel loop in gamut with intention of fusion the ctrl pts
added 1 commit
- 0b1a9eb3 - Add intrinsics to math exprs, array slf gets rid of first ctrl pts
added 1 commit
- bb507941 - Crop the small example image to round dimensions
mentioned in commit d8f53bc7
Please register or sign in to reply