commit | a5f0b2954412e4bdfa83ed893f4e33b55c429b16 | [log] [tgz] |
---|---|---|
author | Han-Chung Wang <hanhan0912@gmail.com> | Mon Dec 18 17:34:10 2023 -0800 |
committer | GitHub <noreply@github.com> | Mon Dec 18 17:34:10 2023 -0800 |
tree | cda5455eebd9afafc50c610788b0466bfce2edb3 | |
parent | 873ba775ca273f40bea3206e4d9bd67bdc2cc23c [diff] |
[CPU] Unify distribution tile size selection heuristic. (#15928) The revision removes special distribution heuristics for CPUDefault. It does not impact lit tests because the unified method covers some of them. The revision introduces a DistributionHeuristicConfig struct to hold heuristic factors. This avoids having four optional function arguments. We want to land two changes together because the intermediate stage looks bad. The removal changes are in https://github.com/openxla/iree/pull/15928/commits/13d4b8a90368f5049c7623a803b3070ef6829c84 The DistributionHeuristicConfig struct changes are in https://github.com/openxla/iree/pull/15928/commits/723560774155d1ed8c32e96978691623ca1da59f.
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.