commit | cf8b214994ce42cbf5863702407d89ef0701a558 | [log] [tgz] |
---|---|---|
author | bjacob <benoitjacob@google.com> | Fri Mar 31 22:45:30 2023 -0400 |
committer | GitHub <noreply@github.com> | Sat Apr 01 02:45:30 2023 +0000 |
tree | 3afa9beb3242d6696a77fc45f7f6801ecc311bbf | |
parent | 8c342c75a8f6aa1128a5e34d34c96b2ea68b8f1b [diff] |
Avoid more sanitizer test timeouts (#12887) More CI timeouts with TSAN in `pack_test` reported by @stellaraccident : https://github.com/openxla/iree/actions/runs/4580136815/jobs/8088573298?pr=12884 This PR shrinks TSAN test latency on my desktop from 12 seconds to 0.85 second. I think it preserves the really important test coverage still. The sole substantially large remaining shape `{9, 33}` is larger in dimension 1 because that is the inner loop dim and that's where we want to cast the most bugs. Values are just above a power of two. And the 64->16 change is because in practice when we do "pad a lot" that is currently incidentally due to our pad-everything-by-16x16 approach to make buffer allocations independent of materialize-encoding, so the 16 value is what we care about in practice.
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.