Source: halide Section: devel Priority: optional Maintainer: Roman Lebedev Build-Depends: debhelper-compat (= 13), dh-python [!i386], python3 [!i386], python3-dev [!i386], libpython3-dev [!i386], pybind11-dev [!i386], python3-numpy [!i386], python3-imageio [!i386], cmake, ninja-build, llvm-18, llvm-18-dev, clang-18, libclang-18-dev, libclang-rt-18-dev, lld-18 [amd64 arm64 i386 riscv64], libomp-18-dev [!armel !mipsel !s390x !sparc64 !x32 !powerpc], libgl-dev, zlib1g-dev, libjpeg-dev, libpng-dev, doxygen, libxml2-dev, libopenblas-dev [!armel !mipsel !x32], libflatbuffers-dev Standards-Version: 4.6.2 Homepage: https://halide-lang.org/ Vcs-Browser: https://salsa.debian.org/pkg-llvm-team/halide/-/tree/debian Vcs-Git: https://salsa.debian.org/pkg-llvm-team/halide.git -b debian Rules-Requires-Root: no Package: libhalide17-1 Architecture: any-i386 any-amd64 any-arm64 Multi-Arch: same Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} Description: 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, MIPS, Hexagon, PowerPC, RISC-V * Operating systems: Linux, Windows, macOS, Android, iOS, Qualcomm QuRT * GPU Compute APIs: CUDA, OpenCL, OpenGL Compute Shaders, Apple Metal, Microsoft Direct X 12 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. Package: libhalideaot17-1 Architecture: all Section: libs Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm18 Description: fast, portable computation on images and tensors (virtual library) Halide is a programming language designed to make it easier to write high-performance image and array processing code on modern machines. . Software that uses halide can either rely on just-in-time compilation, in which case it runtime-depends on/links to libhalide, or it can be compiled ahead of time, when building the software, in which case it does not strictly depend on halide. Former software should depend on this package instead, to make it obvious which software needs to be rebuilt with newer halide versions. . This is an empty package. Package: libhalide17-1-dev Architecture: any-i386 any-amd64 any-arm64 Multi-Arch: same Section: libdevel Depends: libhalide17-1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, llvm-18-dev Suggests: libhalide17-doc, halide17-api-doc Description: fast, portable computation on images and tensors -- Development files Halide is a programming language designed to make it easier to write high-performance image and array processing code on modern machines. . This package contains the files necessary to develop against libhalide. Package: libhalide17-doc Architecture: all Multi-Arch: foreign Section: doc Depends: ${shlibs:Depends}, ${misc:Depends} Enhances: libhalide17-1-dev Description: fast, portable computation on images and tensors (C++ documentation) Halide is a programming language designed to make it easier to write high-performance image and array processing code on modern machines. . This package contains README's and tutorials for using Halide from C++. Package: halide17-api-doc Architecture: all Multi-Arch: foreign Section: doc Depends: ${shlibs:Depends}, ${misc:Depends} Enhances: libhalide17-1-dev Description: fast, portable computation on images and tensors (Doxygen documentation) Halide is a programming language designed to make it easier to write high-performance image and array processing code on modern machines. . This package contains Doxygen-generated API documentation. Package: python3-halide Architecture: any-amd64 any-arm64 Multi-Arch: same Section: python Depends: libhalide17-1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends} Suggests: python3-halide-doc Description: fast, portable computation on images and tensors -- Python3 bindings Halide is a programming language designed to make it easier to write high-performance image and array processing code on modern machines. . This package contains provides a Python binding that provides full support for writing Halide embedded in Python without C++. Package: python3-halide-doc Architecture: all Multi-Arch: foreign Section: doc Depends: ${shlibs:Depends}, ${misc:Depends} Enhances: python3-halide Description: fast, portable computation on images and tensors (Python3 documentation) Halide is a programming language designed to make it easier to write high-performance image and array processing code on modern machines. . This package contains tutorials for writing Halide embedded in Python.