gemmlowp 0.0~git20190708.a227af1-1 source package in Ubuntu

Changelog

gemmlowp (0.0~git20190708.a227af1-1) unstable; urgency=medium

  * New upstream version 0.0~git20190708.a227af1

 -- Mo Zhou <email address hidden>  Tue, 13 Aug 2019 01:57:58 +0000

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

Downloads

File Size SHA-256 Checksum
gemmlowp_0.0~git20190708.a227af1-1.dsc 2.0 KiB 5fde8f18c9abb1012fc2832f29b7d64278acbe3d68384384f593873927be7b20
gemmlowp_0.0~git20190708.a227af1.orig.tar.xz 529.4 KiB 2bce13e07f23c155b912ed5b95a16f218453a96f9ce1ba1818ea572f8f8c31a2
gemmlowp_0.0~git20190708.a227af1-1.debian.tar.xz 3.2 KiB 4de747dec40a8d4270f604f17117bdcb7ba922ce0cccb396d2a5ea167120eabc

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.