mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
fb16dfecae
Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
10 lines
545 B
Plaintext
10 lines
545 B
Plaintext
Halide is a new programming language designed to make it easier to write
|
|
high-performance image processing code on modern machines. Its current front
|
|
end is embedded in C++. Compiler targets include x86/SSE, ARM v7/NEON, CUDA,
|
|
and OpenCL.
|
|
|
|
Rather than being a standalone programming language, Halide is embedded in C++.
|
|
This means you write C++ code that builds an in-memory representation of a
|
|
Halide pipeline using Halide's C++ API. You can then compile this representation
|
|
to an object file, or JIT-compile it and run it in the same process.
|