Scott Todd
Scott Todd
Do you have the original .onnx file this input was generated from? Or was this reduced from a larger program? Shape inferencing code runs during import from .onnx to .mlir,...
If a compiler target (https://github.com/iree-org/iree/tree/main/compiler/plugins/target) can't handle a data type, it should signal that with a clear error message early in the compilation pipeline.
> @ScottTodd You are changing a lot of this scripts at the moment right? How much do you still have to change? Can you give me a hint what needs...
I've started deleting or limiting the use of the `build_tools/cmake/build_*.sh` scripts. One thing I'm not fully sure of in the context of this work is how we want to handle...
Sorry, refactoring the scripts and workflows is taking longer than originally anticipated (shocker 😅). We could try this again rebased on the latest scripts, but there will still be some...
> No worries! Disabling stuff in the default build does not change the release imo. However the AArch64 CUDA backend would. Maybe we can get that at least in? Would...
> Hmm yeah you have a point about the release notes. When is that release planned? We've been trying to promote a nightly release to stable around once a month,...
> @ScottTodd I am in the process of updating the PR. I just wanted to ping you because the CUDA tests for example are marked as passed even though they...
> I am still having problems with the name of the library file changes when building the CI asan. > Any suggestions on how to force the library name always...
> If we keep the dynamic linking, we'll want to test that it works on Windows (the Windows CI only runs nightly / on-demand right now) This broke the Windows...