halide 13.0.4-1ubuntu1 source package in Ubuntu

Changelog

halide (13.0.4-1ubuntu1) jammy; urgency=medium

  * Cherry-pick a change from Debian to fix a dwz failure with clang.

 -- Gianfranco Costamagna <email address hidden>  Sun, 13 Mar 2022 20:16:47 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Jammy
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.orig.tar.gz 30.3 MiB 4cab247cc1406a66a35ebea8f957995b484e2029e27d390b51fa40744cf350f5
halide_13.0.4-1ubuntu1.debian.tar.xz 285.4 KiB a254d36e4db04b32d2cde79eec8c4a5f25a98e895fdbcf32a7700a2e980de7fb
halide_13.0.4-1ubuntu1.dsc 2.6 KiB 2e39dfb0694e0eb68f11adfdcff72459640b38d278ad0ddea4d5111a216485ab

View changes file

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