| commit | 84fdbdee78e830128796c6de892fa7b1d0476faa | [log] [tgz] |
|---|---|---|
| author | Lei Zhang <antiagainst@google.com> | Thu Jul 22 11:38:23 2021 -0400 |
| committer | GitHub <noreply@github.com> | Thu Jul 22 11:38:23 2021 -0400 |
| tree | 401bf3886f56cba09721bbd92504382c5d0bac33 | |
| parent | a595a8fbeff8191d1ea037a1a7c5825dede5d16b [diff] |
[spirv] Use deterministic symbol names when creating variables (#6509) Previously we use the pointer value as the ID for variables. That guarantees symbol uniqueness but it means the variable name is non-deterministic per compiler run. This commit changes to assign variable names following their processing order in the IR. Also did some other lightweight massaging of the pass too.
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!
IREE is licensed under the terms of the Apache 2.0 License with LLVM Exceptions. See LICENSE for more information.