mebjas / mebjas.github.io

Repository for hosting my personal home page and blog.
https://blog.minhazav.dev
Apache License 2.0
13 stars 6 forks source link

write fast and maintainable code in Android, using Halide - part 3 | Minhaz’s Blog #33

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

write fast and maintainable code in Android, using Halide - part 3 | Minhaz’s Blog

Halide is an open-source programming language designed to make it easier to write and maintain high-performance image processing or array processing code on modern machines. Rather than being a standalone programming language, Halide is embedded in C++. It currently targets different CPUs, Operating Systems, different compute APIs like CUDA, OpenGl, OpenCL etc. In this article, you can find more information on what Halide is, how to write image processing algorithms with Halide, how it is different from the rest and what kind of performance we can achieve with Halide.

https://blog.minhazav.dev/write-fast-and-maintainable-code-for-android-part-3/

unrabel commented 2 years ago

omgg, this is the exact type of content/article i was searching for since i first discovered halide some years ago. thank u for this series+rest of ur content looks seems at least as interesting as this too :O

mebjas commented 2 years ago

@unrable: Thanks!! However this is a mishap on my side. This article is not yet published or supposed to be published (it's not complete yet). Will publish soon and let you know.

I have written part 1 and 2 in this series if you are interested.

mebjas commented 2 years ago

@unrabel I just completed the full draft of this article (it needs editing but is complete fwiw). I had to change the article title and thus the link.

You can find the updated article here if you are interested: https://blog.minhazav.dev/fast-and-maintanable-image-processing-in-android-with-halide-part-3/