commit | d07bb5ab89eab8caf4115b40f4075e503ceb2163 | [log] [tgz] |
---|---|---|
author | bjacob <benoitjacob@google.com> | Sun Feb 13 23:01:23 2022 -0500 |
committer | GitHub <noreply@github.com> | Sun Feb 13 20:01:23 2022 -0800 |
tree | 42c4f3422638d044589f53c545c2936507368b52 | |
parent | be4354e682a2ea2c7266d8ee0bb4f3ccdaa3c699 [diff] |
More asm kernels for vector.contract on ARM (#8292) * matrix-matrix and matrix-vector kernels * f32, i8-without-dotprod, and i8-with-dotprod * automatic transformation of vector-times-matrix into matrix-times-vector so it reuses the same kernels * bye bye power-of-two arithmetic, basically reworked the Kernel struct so we're doing only muls not divs.
IREE (Intermediate Representation Execution Environment, pronounced as “eerie”) is an MLIR-based end-to-end compiler and runtime that lowers Machine Learning (ML) models to a unified IR that scales up to meet the needs of the datacenter and down to satisfy the constraints and special considerations of mobile and edge deployments.
See our website for project details, user guides, and instructions on building from source.
IREE is still in its early phase. We have settled down on the overarching infrastructure and are actively improving various software components as well as project logistics. It is still quite far from ready for everyday use and is made available without any support at the moment. With that said, we welcome any kind of feedback on any communication channels!
See our website for more information.
IREE is licensed under the terms of the Apache 2.0 License with LLVM Exceptions. See LICENSE for more information.