| commit | fb4f8d2dd93ef8bd8fb6c16d508e6e006c516c36 | [log] [tgz] |
|---|---|---|
| author | Stanley Winata <68087699+raikonenfnu@users.noreply.github.com> | Fri Sep 30 16:04:03 2022 -0700 |
| committer | GitHub <noreply@github.com> | Fri Sep 30 16:04:03 2022 -0700 |
| tree | a07a770a16917debe76c4d689be2d0b29e1e35b2 | |
| parent | 5d75e54d9d71a9627e7519d6bacb6ff9888ac4a5 [diff] |
[flow] Generalize 1x1 Conv2D to matmul for NCHW (#10616) Most models from PyTorch uses NCHW Conv2D by default. To accelerate the 1x1 filter Conv2D workload with NCHW layout, we generalize the 1x1 filter Conv2D to matmul pass to be able to handle NCHW as well. Perf boost on ResNet50 (PyTorch): - CPU (Threadripper PRO 3995WX): 100ms -> 80ms - Vulkan (Threadripper PRO 3995WX): 48ms -> 31.7ms
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.