halide 13.0.3-1 source package in Ubuntu

Changelog

halide (13.0.3-1) unstable; urgency=medium

  * Update to latest upstream release, refresh patches.
  * Package Python3 bindings.
    Thanks goes to Mark Glines for bringing this up initially.
  * Split Doxygen API docs into their own package, separate from C++ tutorials.
  * Package Python3 tutorials.
  * Yet another RISC-V build fix.
  * Don't hard-require libomp, it isn't strictly needed.
  * Explicitly overrule DEB_BUILD_MAINT_OPTIONS's request to do LTO,
    since we do our own LTO handling. Might fix Ubuntu build.

 -- Roman Lebedev <email address hidden>  Thu, 06 Jan 2022 15:14:53 +0300

Upload details

Uploaded by:
Roman Lebedev
Uploaded to:
Sid
Original maintainer:
Roman Lebedev
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
halide_13.0.3-1.dsc 2.6 KiB da75ff1d348a4ed09aa10f8f6813eb6514b3a3d58f6bc3a2bb1bcdcb6213d384
halide_13.0.3.orig.tar.gz 30.3 MiB 864f74b9ee6dc41f123ee497ce30cb296e668fa5c8da2eaf39c42320a55ad731
halide_13.0.3-1.debian.tar.xz 285.5 KiB 576df1536064dca3f0eec3971340dd45b0b3b12ea9ab163683d15f97e88b17d9

Available diffs

No changes file available.

Binary packages built by this source

libhalide13-0: 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.

libhalide13-0-dbgsym: debug symbols for libhalide13-0
libhalide13-0-dev: 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.

libhalide13-0-dev-dbgsym: debug symbols for libhalide13-0-dev
python3-halide: 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++.