commit | 05cef171340a5611ecbbbc0c5e3ef6a9b0dbdca7 | [log] [tgz] |
---|---|---|
author | Scott Todd <scotttodd@google.com> | Mon Jun 07 15:30:27 2021 -0700 |
committer | GitHub <noreply@github.com> | Mon Jun 07 15:30:27 2021 -0700 |
tree | 960db091e461ef45a03ee6fd5e58234bd8c7b66e | |
parent | d365363b0d6df089c0f9acb056608922ebfe43a6 [diff] |
Add ComplexDialect to DialectRegistry where it was missing. (#6136) This fixes some FFT tests that are using complex types on my machine (Windows/MSVC): ``` [build] FAILED: iree/test/e2e/vulkan_specific/check_vulkan-spirv_vulkan_fft.mlir_module.vmfb [build] cmd.exe /C "cd /D D:\dev\projects\iree-build\iree\test\e2e\vulkan_specific && D:\dev\projects\iree-build\iree\tools\iree-translate.exe -iree-mlir-to-vm-bytecode-module -mlir-print-op-on-diagnostic=false --iree-hal-target-backends=vulkan-spirv -iree-input-type=mhlo D:/dev/projects/iree/iree/test/e2e/vulkan_specific/fft.mlir -o check_vulkan-spirv_vulkan_fft.mlir_module.vmfb" [build] LLVM ERROR: Building op `complex.create` but it isn't registered in this MLIRContext ``` Not sure why this wasn't needed on Linux...
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.