commit | 2c11510e8f250334ad18543bee0a38f6828a2299 | [log] [tgz] |
---|---|---|
author | Han-Chung Wang <hanchung@google.com> | Tue Mar 08 23:50:37 2022 -0800 |
committer | GitHub <noreply@github.com> | Tue Mar 08 23:50:37 2022 -0800 |
tree | 9f89d5d9697a1685356178cc48f3982080f279a5 | |
parent | 6d0b88d32e8ea81d5ced7e2c3acf9e44a4805cb9 [diff] |
Add support for vectorizing normal convolution ops. (#8460) This PR has slight improvements in MobileNet V3 and V2. For other cases, they may be noises. For PoseNet, there are regressions in multi-threaded. It's just a matter of configuration tuning, so it's fine at this moment. Configurations: taskset 80 + dylib-sync on local Pixel 4 | Model | Before | After | | ---------------- | ------- | ------- | | DeepLabV3 | 705 ms | 704 ms | | MobileBertSquad | 669 ms | 673 ms | | MobileNetV2 | 104 ms | 103 ms | | MobileNetV3Small | 25.4 ms | 24.7 ms | | MobileSSD | 205 ms | 201 ms | | PoseNet | 546 ms | 545 ms | Configurations: taskset f0 + dylib on local Pixel 4 | Model | Before | After | | ---------------- | ------- | ------- | | DeepLabV3 | 371 ms | 374 ms | | MobileBertSquad | 375 ms | 374 ms | | MobileNetV2 | 66.1 ms | 64.5 ms | | MobileNetV3Small | 21.4 ms | 20.9 ms | | MobileSSD | 92.7 ms | 91.2 ms | | PoseNet | 189 ms | 202 ms |
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.