[ ソース: halide ]
パッケージ: libhalide19-0 (19.0.0-6)
libhalide19-0 に関するリンク
Debian の資源:
halide ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [halide-lang.org]
類似のパッケージ:
fast, portable computation on images and tensors
Halide is a programming language designed to make it easier to write high-performance image and array processing code on modern machines. Halide currently targets:
* CPU architectures: X86, ARM, Hexagon, PowerPC, RISC-V * Operating systems: Linux, Windows, macOS, Android, iOS, Qualcomm QuRT * GPU Compute APIs: CUDA, OpenCL, Apple Metal, Microsoft Direct X 12, VulkanRather 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.
その他の libhalide19-0 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.38)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0) [i386 以外]
- GCC 共有ライブラリ
- dep: libgcc-s1 (>= 4.2) [i386]
-
- dep: libllvm19 (>= 1:19.1.0)
- Modular compiler and toolchain technologies, runtime library
-
- dep: libstdc++6 (>= 13.1)
- GNU 標準 C++ ライブラリ v3