Scott Todd

Results 78 issues of Scott Todd

I'm seeing `iree-run-module` hang indefinitely with this call stack: ``` [Inline Frame] iree-run-module.exe!iree_futex_wait(void * expected_value, unsigned int) Line 148 (d:\dev\projects\iree\runtime\src\iree\base\internal\synchronization.c:148) iree-run-module.exe!iree_notification_commit_wait(iree_notification_t * notification, unsigned int wait_token, __int64 spin_ns, __int64 deadline_ns)...

bug 🐞
integrations/pytorch
integrations/onnx

Version 3 seems to have only added support for big endian data, which I don't think we care about? Other changes have been made without updating the version (like adding...

runtime

We have some people running "e2e" test workflows in torch-mlir that end up differing when running through IREE. I suspect the pipelines may have drifted a bit. linalg: * IREE:...

integrations/pytorch

### What happened? I'm following the [examples in sharktank](https://github.com/nod-ai/sharktank/tree/main/sharktank#examples) to export the f16 GGUF file from https://huggingface.co/SlyEcho/open_llama_3b_v2_gguf . When I try to compile through IREE CPU (`--iree-hal-target-backends=llvm-cpu`) I hit https://github.com/iree-org/iree/issues/17244,...

bug 🐞
codegen/spirv

This pulls in my change at https://github.com/nod-ai/SHARK-TestSuite/pull/227 to add more logging to these test jobs. Now when a test runs and `--log-cli-level=info` is set, it will log the compile and...

infrastructure
quality of life 😊

We have two main CI pipelines: * https://github.com/iree-org/iree/blob/main/.github/workflows/ci.yml * https://github.com/iree-org/iree/blob/main/.github/workflows/pkgci.yml ## Pipeline overview ### ci.yml The main testing flows for hardware targets are: * `build_all` -> `test_nvidia_a100`, [`test_nvidia_gpu`](https://github.com/iree-org/iree/blob/106a16975ff33dfc282ccc3f9818875dca98ba21/.github/workflows/ci.yml#L264-L326) * `build_all`...

infrastructure
hal/hip

Part of https://github.com/iree-org/iree/issues/11994 When considering running an entire compilation pipeline on a large program, some overhead costs from MLIR add enough time over enough instances to show up as significant...

performance ⚡
compiler/tools

### Misc background: Noticed these failures while looking at https://github.com/openxla/iree/pull/16811#issuecomment-2004317128. Haven't been able to determine if this is a regression / find a culprit. Probably an issue in upstream torch-mlir,...

bug 🐞
integrations/pytorch
integrations/onnx

I noticed multiple minutes of build time and large chunks of build directory disk space being spent on HAL CTS test object files and binary linking at https://github.com/iree-org/iree/pull/17145#discussion_r1576873396 and https://github.com/iree-org/iree/pull/16273#issuecomment-1918174524....

infrastructure
hal/api

As discovered on https://github.com/iree-org/iree/pull/16454 and investigated on https://github.com/iree-org/iree/pull/17265, the 'console' provider for `iree::base::tracing::provider` depends on the implementation of `iree_time_now()` in `iree/base/time.c` but that build target does not depend on `iree::base::base`...

runtime