gemmlowp 0.0~git20191206.08c5dd3-1 source package in Ubuntu

Changelog

gemmlowp (0.0~git20191206.08c5dd3-1) unstable; urgency=medium

  * New upstream version 0.0~git20191206.08c5dd3

 -- Mo Zhou <email address hidden>  Thu, 26 Dec 2019 15:12:48 +0800

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
gemmlowp_0.0~git20191206.08c5dd3-1.dsc 2.0 KiB f30fe71e4ebedd792e081262926f4c76fdc0d8a60298a8b9693f667fe92c3964
gemmlowp_0.0~git20191206.08c5dd3.orig.tar.xz 529.8 KiB a732ed52c006cf5b13e8c4a213ac5b67203c845a0410a2050250d85b3b20a4eb
gemmlowp_0.0~git20191206.08c5dd3-1.debian.tar.xz 3.2 KiB 6294b7e4a382b7f60813e7d7edaebd717cb46cda139d801ce522fbc28708ba61

No changes file available.

Binary packages built by this source

libgemmlowp-dev: small self-contained low-precision GEMM library

 This is not a full linear algebra library, only a GEMM library: it only does
 general matrix multiplication ("GEMM").
 .
 Its performance goals differ from typical GEMM performance goals in the
 following ways:
 1. It cares not only about speed, but also about minimizing power usage.
    It specifically cares about charge usage in mobile/embedded devices.
 2. Most GEMMs are optimized primarily for large dense matrix sizes (>= 1000).
    It does care about large sizes, but it also cares specifically about the
    typically smaller matrix sizes encountered in various mobile applications.
 .
 Keep in mind (previous section) that gemmlowp itself is a pure-headers-only
 library.