Lines Matching refs:gemmlowp
1 # gemmlowp: a small self-contained low-precision GEMM library
3 …[Build Status](https://secure.travis-ci.org/google/gemmlowp.png)](http://travis-ci.org/google/gemm…
22 gemmlowp-related discussion, about either development or usage, is welcome on
25 https://groups.google.com/forum/#!forum/gemmlowp
60 otherwise gemmlowp will use slow reference code. Bazel users can compile by
61 running `bazel build --copt=-msse4.1 //gemmlowp:all`. The compiled binary should
69 to run `bazel build --config=opt //gemmlowp:all` instead.
71 Details of what it takes to make an efficient port of gemmlowp, namely writing a
77 ### The gemmlowp public interface
79 gemmlowp's main public interface is in the `public/` subdirectory.
101 Because gemmlowp is so simple, working with it involves only single-command-line
102 compiler invocations. Therefore we expect that most people working with gemmlowp
106 Keep in mind (previous section) that gemmlowp itself is a pure-headers-only
109 For a Android gemmlowp development workflow, the `scripts/` directory contains a
118 That being said, we also maintain a Bazel BUILD system as part of gemmlowp. Its
119 usage is not mandatory at all and is only one possible way that gemmlowp
121 http://bazel.build/ And you can get started with using Bazel to build gemmlowp
126 $ cd gemmlowp/.. # change to parent directory containing gemmlowp/
128 $ bazel build gemmlowp:all
195 $ bazel test gemmlowp:all
252 Contribution-related discussion is always welcome on the gemmlowp mailing list
257 about it on the gemmlowp mailing list.