commit | 36b38918af806c96ddffeab0a94ad4eff336a1e5 | [log] [tgz] |
---|---|---|
author | Scott Todd <scott.todd0@gmail.com> | Fri Apr 19 15:04:06 2024 -0700 |
committer | GitHub <noreply@github.com> | Fri Apr 19 15:04:06 2024 -0700 |
tree | e0167dab6addd569a301d0aed82da08488a252af | |
parent | 8e86156cd647f4afd6412c41e081ebf9518c5927 [diff] |
Skip unused check test compilation in riscv + emscripten jobs. (#17114) This will change the list of test bytecode modules built on these platforms, following some investigation at https://github.com/iree-org/iree/pull/17074#discussion_r1571486865. Compare: * Before: https://github.com/iree-org/iree/actions/runs/8758027949/job/24039113222#step:7:852 * 1123 targets (vmvx, llvm-cpu, vulkan, cuda, `host_local`) * TONS of warnings for `host_local` like ``` [249/1123] Generating check_llvm-cpu-host_local-task_scatter_dynamic.mlir_module.vmfb from scatter_dynamic.mlir '+prfchw' is not a recognized feature for this target (ignoring feature) '-cldemote' is not a recognized feature for this target (ignoring feature) '+avx' is not a recognized feature for this target (ignoring feature) ``` * After: https://github.com/iree-org/iree/actions/runs/8758817144/job/24040907348?pr=17114#step:7:839 * 363 targets (vmvx, llcm-cpu)
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.