|
|
|
|
|
by alleycat5000
2179 days ago
|
|
Easy SIMD in the context of image processing is one of the cool things about Halide: https://halide-lang.org It was personally eye opening to see how vectorization can be the gift they keeps on giving when you can sprinkle it throughout a computational pipeline vs spreading work across cores. |
|