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 with Halide - Part 1 | Minhaz’s Blog #46

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Write fast and maintainable code with Halide - Part 1 | Minhaz’s Blog

Halide is an open-source programming language designed to make it easier to write 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-with-halide/

A01L commented 1 year ago

nice :)