halide 13.0.1-2 source package in Ubuntu

Changelog

halide (13.0.1-2) unstable; urgency=medium

  * No changes from the previous version, but a source-only upload this time.

 -- Roman Lebedev <email address hidden>  Thu, 25 Nov 2021 11:27:50 +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.1-2.dsc 2.2 KiB b462891af82b5d14053eec612053af265d87a8a50ace7773362847c847738602
halide_13.0.1.orig.tar.gz 30.3 MiB 8d4b0ad622ef0ff9e28770cd950baf45a055d1229131be44f8e6333a548183f9
halide_13.0.1-2.debian.tar.xz 283.1 KiB 6ee6316bd06b439b6457eeeb9a09bbdd6abf53e28d10253b82adf7f06fd32e82

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
libhalide13-doc: 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++.

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