Hacker News new | ask | show | jobs
by tylerhou 972 days ago
Take a look at Halide, which can autovectorize and multi-thread graphics computations (but does require a restricted language).
1 comments

I was thinking outside of "embarrassingly parallel" [1] type work. :) But, that is fair.

[1] https://en.wikipedia.org/wiki/Embarrassingly_parallel#:~:tex....