Scott Todd

Results 78 issues of Scott Todd

## Current lint checks We have a lint workflow and script, both of which require some manual setup and can get out of sync: * https://github.com/iree-org/iree/blob/main/.github/workflows/lint.yml * https://github.com/iree-org/iree/blob/main/build_tools/scripts/lint.sh We currently...

infrastructure
quality of life 😊

Tracking issue for overall [WebGPU](https://www.w3.org/TR/webgpu/) support in IREE. # Background WebGPU is a recently released API for running graphics and compute workloads on Graphics Processing Units in web browsers. It...

runtime
codegen/spirv
hal/webgpu
platform/web 🌐
epic

Hoping to add more coverage for these tests: ![image](https://github.com/openxla/iree/assets/4010439/9c996021-f903-42e4-bd9c-02324244aa9e) Some of the tests use compiler APIs though: https://github.com/openxla/iree/blob/278bcf0283769a1303fa6a9205527940da653a17/runtime/bindings/python/CMakeLists.txt#L256-L258

infrastructure
bindings/python

(This will need a few rounds of CI runs to reflect the latest test statuses and fully sync test suites across backends/configs) Assorted cleanup across the tests/e2e/ folder: * Remove...

infrastructure

(Lots of red herrings here, see https://github.com/iree-org/iree/issues/17635#issuecomment-2163644331 for latest issue description) --- Splitting off of https://github.com/llvm/torch-mlir/issues/3433 to discuss IREE-specific details. I wrote some test cases for https://pytorch.org/docs/stable/generated/torch.Tensor.index_put_.html starting from PyTorch...

bug 🐞
bindings/python

Here are assorted experiments that I'm trying to rework into concrete test cases suitable for use here in torch-mlir (they use `FxProgramsBuilder` from [iree-turbine](https://github.com/iree-org/iree-turbine) to get MLIR from Python at...

I've switched several CI workflows from using remote ccache storage in a GCS bucket to using "local" ccache storage in GitHub Actions caches, mainly by using https://github.com/hendrikmuhs/ccache-action. A few adjustments...

infrastructure

Following the work at https://github.com/iree-org/iree/issues/17957 and https://github.com/iree-org/iree/issues/16203, it is just about time to migrate away from the GitHub Actions runners hosted on Google Cloud Platform. ## Workflow refactoring tasks Refactor...

infrastructure

There is some background context in [this Discord discussion](https://discord.com/channels/689900678990135345/689957613152239638/1143423021785296896). > as with most OSS projects, a push to the Dockerfile on main triggers a rebuild on an ephemeral runner and...

infrastructure

This pulls in https://github.com/iree-org/iree-test-suites/commit/9e921d0ea271a85f772eee22965585461c9b14c2, which adds more context to error logs when ONNX tests fail to compile or run. The logs are still a jumbled mess when a test times...

infrastructure