commit | 907b2cdbafb3f69666695b4e66b737932b6eb71b | [log] [tgz] |
---|---|---|
author | Stanley Winata <68087699+raikonenfnu@users.noreply.github.com> | Sun Jul 21 13:25:02 2024 -0700 |
committer | GitHub <noreply@github.com> | Sun Jul 21 13:25:02 2024 -0700 |
tree | 56f3fa95424dc279baec3f357578094bb35df4c0 | |
parent | 0d0b9891ea62d78475967a1cf2df833bae942cc6 [diff] |
[Codegen] Ensure hoisted extraction replaced by induction var. (#17975) This commit teaches the compiler to replace hoisted extraction of IV by the newly generated IV with the correct shapes. Previously we would hoist the extraction and replace the IV uses by the hoisted extraction, however this may not always be correct since the IV's value may be updated in the loop. The main motivation of this PR is to fix numerical issue caused by such case that exists in the attention-cpp pipeline. Although this happens at the vector level as opposed to the test cases we have for at tensor level, we can re-use said test. Specific example for this case will be left in the comment section of this PR. --------- Signed-off-by: Stanley Winata <stanley.winata@amd.com>
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.