CindyLiu
CindyLiu
### What happened? Generate following error message running models (mnist, mobilenet, etc.) ``` 10:10:33.4086 [ERROR] "iree/runtime/src/iree/vm/ref.c:204: INVALID_ARGUMENT; source ref type mismatch; while invoking native function module.__init; " 10:10:33.4087 [ERROR] "[...
Add `iree_run_module_test` CMake function to support IREE module test with correctness check. The function supports in crosscompile platforms and can incorporate with modules built from benchmark_suite * Add benchmark suite...
Use the multilib RISC-V toolchain to build and test RISC-V 32-bit Linux runtime. * Update the bootstrap script to use the same toolchain/simulator tarballs as the RISC-V CI docker (https://github.com/iree-org/iree/pull/10490)...
### What happened? iree/tests/e2e/regression/check_regression_llvm-cpu_lowering_config.mlir test hangs forever in RISC-V 64bit Linux QEMU emulation ### Steps to reproduce your issue 1. Cherry-pick https://github.com/iree-org/iree/pull/10461 (sorry) 2. Set up the RISC-V 64-bit toolchain...
### What happened? tosa MLIR generated with iree-tools-tflite 20220913.265 is not in a clean text format. It has a lot of special characters in the file. In addition, it printout...
This should fix https://github.com/yaml/libyaml/issues/210
orderedset can't be set up properly in python3.11, even though it is not referred to in the python tools. However, keeping it in camkes-deps https://github.com/seL4/camkes-tool/blob/7c3165356fdc378f71315ecb952a54dd48bfa56e/tools/python-deps/setup.py#L32 breaks the pip install. ```...
Use importlib.metadata to check the jinja2 version