commit | 17eafc9a230e31744224026d77cf46982e5c0a17 | [log] [tgz] |
---|---|---|
author | Han-Chung Wang <hanchung@google.com> | Tue Feb 28 10:28:22 2023 -0800 |
committer | GitHub <noreply@github.com> | Tue Feb 28 10:28:22 2023 -0800 |
tree | fd858c275f2fb6f33947bcf912f32554355243bc | |
parent | c3f4a7cb64f3f804bf2ab02aad8440c601c0adc1 [diff] |
[LLVMGPU] Enable tensor.pack op e2e execution on cuda. (#12370) It takes 2.7 ms to finish the tensor.pack e2e tests. This is because the fully dynamic tensor.pack test cases are not vectorized. There are two fully dynamic cases in total. If we exclude the test, it takes ~0.57 ms. The pipeline is not well tuned yet, it is mostly copied from LLVMCPU and for correctness tests. It also splits the pack.mlir test file into two files. One has static inner tiling sizes, and the other has dynamic inner tiling sizes. The dynamic cases are only used by microkernels, which aims to have unify kernel for all the cases. Currently, the cuda side does not support it because it introduces unbounded memory allocation.
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.