halide 13.0.3-2build1 source package in Ubuntu

Changelog

halide (13.0.3-2build1) jammy; urgency=medium

  * No-change rebuild with Python 3.10 as default version

 -- Graham Inggs <email address hidden>  Sun, 16 Jan 2022 08:50:32 +0000

Upload details

Uploaded by:
Graham Inggs
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.3.orig.tar.gz 30.3 MiB 864f74b9ee6dc41f123ee497ce30cb296e668fa5c8da2eaf39c42320a55ad731
halide_13.0.3-2build1.debian.tar.xz 285.6 KiB f519bb71db7c377c7e9b5dfe23903b5ca263d2057f02310d2efcb0bc007fe1ab
halide_13.0.3-2build1.dsc 2.6 KiB 1398985e1a09f0ebabb0cf2db2c449331f3fdf526199201b74706e7a2c2111e9

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