Previous | Next --- Slide 50 of 73
Back to Lecture Thumbnails
x2020

Does halide generate C++ code (e.g., the codes with SSE intrinsics) and then feed the codes to a C++ compiler? Or it has its own compiler?

wanze

@x2020 Halide is not a standalone programming language as I understand. It is embedded in C++, which is pretty much similar to writing OpenGL using C++. You still write C++ code, but you need to follow the programming model and syntax of this language.

Please log in to leave a comment.