halide 13.0.1-1 source package in Ubuntu

Changelog

halide (13.0.1-1) unstable; urgency=medium

  * Update to newest upstream release

 -- Roman Lebedev <email address hidden>  Mon, 22 Nov 2021 12:39:22 +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-1.dsc 2.2 KiB 26211e04f441f7c5c2e3815c61b7dd3b6f68416684a95680d38d852d23468070
halide_13.0.1.orig.tar.gz 30.3 MiB 8d4b0ad622ef0ff9e28770cd950baf45a055d1229131be44f8e6333a548183f9
halide_13.0.1-1.debian.tar.xz 283.1 KiB 7c88eb91ef9c6b55070abc2af9c92849016c1d74e96ea9dc32e752fa1126ecd8

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.