halide 14.0.0-2 source package in Ubuntu

Changelog

halide (14.0.0-2) unstable; urgency=medium

  * Enable second PGO round (call-site-aware)
  * Use -Wl,--build-id=sha1 to make sure debugedit can do its job.
    Cherry-picked from Gianfranco Costamagna's change for Ubuntu.

 -- Roman Lebedev <email address hidden>  Wed, 20 Apr 2022 15:00:55 +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_14.0.0-2.dsc 2.6 KiB 25ad5bc2c318816692918dc37f7aa317512cffcf775cfd3dbe7df852c7035d10
halide_14.0.0.orig.tar.gz 30.3 MiB f9fc9765217cbd10e3a3e3883a60fc8f2dbbeaac634b45c789577a8a87999a01
halide_14.0.0-2.debian.tar.xz 285.7 KiB 558a3c967c3708264402baee66a0e24cfc1bd245576159cc9c991a5fd469dd88

No changes file available.

Binary packages built by this source

halide14-api-doc: No summary available for halide14-api-doc in ubuntu jammy.

No description available for halide14-api-doc in ubuntu jammy.

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

libhalide14-0-dbgsym: debug symbols for libhalide14-0
libhalide14-0-dev: No summary available for libhalide14-0-dev in ubuntu kinetic.

No description available for libhalide14-0-dev in ubuntu kinetic.

libhalide14-0-dev-dbgsym: debug symbols for libhalide14-0-dev
libhalide14-doc: No summary available for libhalide14-doc in ubuntu kinetic.

No description available for libhalide14-doc in ubuntu kinetic.

libhalideaot14-0: No summary available for libhalideaot14-0 in ubuntu kinetic.

No description available for libhalideaot14-0 in ubuntu kinetic.

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

python3-halide-doc: fast, portable computation on images and tensors (Python3 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 tutorials for writing Halide embedded in Python.