halide 13.0.4-1 source package in Ubuntu

Changelog

halide (13.0.4-1) unstable; urgency=medium

  * Update to latest upstream release.
  * Fine-tune some more missing dependencies.

 -- Roman Lebedev <email address hidden>  Sat, 22 Jan 2022 14:47:58 +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.4-1.dsc 2.6 KiB 3ceba1ebdb3e78f82f17e379e1e993309db52729ea42fc4764dadb63cc3252c4
halide_13.0.4.orig.tar.gz 30.3 MiB 4cab247cc1406a66a35ebea8f957995b484e2029e27d390b51fa40744cf350f5
halide_13.0.4-1.debian.tar.xz 285.3 KiB 3180feec042c170f12fc3096cf162f02e2adaade324352e31bf18526d7004664

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++.