libmir / mir

Mir (backports): Sparse tensors, Hoffman
http://mir.libmir.org
Boost Software License 1.0
210 stars 20 forks source link

Special optimization for compile time known kernels #371

Closed 9il closed 5 years ago

9il commented 7 years ago

Kernels like [1, 2, 1] and [1, 0, -1] (separated Sobel) does not require multiplication and may optimized if kernels are know at compile time.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/39280466-special-optimization-for-compile-time-known-kernels?utm_campaign=plugin&utm_content=tracker%2F18251717&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F18251717&utm_medium=issues&utm_source=github).
9il commented 5 years ago

no plan to add the API into the main Mir repo