commit | c691b202a6ffdb730a9fddcb1d1debb4c0b5df79 | [log] [tgz] |
---|---|---|
author | Scott Todd <scotttodd@google.com> | Thu Feb 09 11:43:22 2023 -0800 |
committer | GitHub <noreply@github.com> | Thu Feb 09 19:43:22 2023 +0000 |
tree | 36f56af9ca78e1c2fcad47255801b15ac8cd3191 | |
parent | d12e4f6717a6c1a2588b8f93341e5c0573246aba [diff] |
Disable some linalg_ext_ops tests on Emscripten while failing. (#12127) Least-hacky way I could think of to disable building the `iree_tests_e2e_linalg_ext_ops_check_llvm-cpu_local-task_attention.mlir` target on Emscripten while we work on a fix. See https://github.com/iree-org/iree/pull/12041#discussion_r1101777536 and https://github.com/iree-org/iree/actions/runs/4130706149/jobs/7137719751 ``` [14/350] Generating check_llvm-cpu_local-task_attention.mlir_module.vmfb from attention.mlir FAILED: tests/e2e/linalg_ext_ops/check_llvm-cpu_local-task_attention.mlir_module.vmfb /work/build-emscripten/tests/e2e/linalg_ext_ops/check_llvm-cpu_local-task_attention.mlir_module.vmfb cd /work/build-emscripten/tests/e2e/linalg_ext_ops && /work/full-build-dir/install/bin/iree-compile --output-format=vm-bytecode --mlir-print-op-on-diagnostic=false --iree-hal-target-backends=llvm-cpu /work/tests/e2e/linalg_ext_ops/attention.mlir -o check_llvm-cpu_local-task_attention.mlir_module.vmfb --iree-hal-executable-object-search-path=\"/work/build-emscripten\" --iree-llvm-target-triple=wasm32-unknown-emscripten /work/tests/e2e/linalg_ext_ops/attention.mlir:6:8: error: 'linalg.generic' op inferred input/output operand #3 has shape's dimension #0 to be 2, but found 4 %1 = iree_linalg_ext.attention ins(%query, %key, %value : tensor<1x4x4xf32>, ^ ``` https://github.com/iree-org/iree/pull/12081 will run the Emscripten CI on presubmit to catch errors like this sooner.
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.