commit | 1943bc6a4e7f0a71dd37971e8a43c816fa87ae65 | [log] [tgz] |
---|---|---|
author | lialan <me@alanli.org> | Mon Jun 10 13:48:40 2024 -0400 |
committer | GitHub <noreply@github.com> | Mon Jun 10 13:48:40 2024 -0400 |
tree | 9e444d19508a2b2ed475663ae97e4139aea2adaf | |
parent | cda9fd17c165ce65dd70d9b44f39cb8ac01471a7 [diff] |
Remove AVX-512 tile sizes for non-ukernel case. (#17628) These tiles were not being used at all as their large N-sizes exceeded the max padding value (16) so they were being discarded. Signed-off-by: Alan Li <me@alanli.org>
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.
Community meeting recordings: IREE YouTube channel
IREE is licensed under the terms of the Apache 2.0 License with LLVM Exceptions. See LICENSE for more information.