Scott Todd

Results 405 comments of Scott Todd

Trying to iterating locally on a fix for the Windows build, but I can't reproduce the linker error. What I do see is that `GPUHello.dll` is in `iree-build/tools/` since the...

Possible duplicate of https://github.com/iree-org/iree/issues/17874 ? That had a fix merged - does this still reproduce with https://github.com/iree-org/iree/commit/d1ccc8c5efbf662da49891e9992803a85759420e ? BTW, I wouldn't trust any reproducers with `onnx.DequantizeLinear` in them until the...

> > @hanhanW Are there any aarch64 IREE benchmarks now? ([benchmarks:android-cpu](https://github.com/iree-org/iree/labels/benchmarks%3Aandroid-cpu) seems to no longer function) > > @ScottTodd knows the details. I think they are off for a while;...

From CI results: * mi250 time regressed: https://github.com/iree-org/iree/actions/runs/10462111927/job/28980773452?pr=18292#step:9:152 (fine to update the expected time so the test passes) * mi300 rocm had numerical differences: https://github.com/iree-org/iree/actions/runs/10462111927/job/28980773712?pr=18292#step:7:180 (those logs are too truncated...

Can this PR be picked back up again now that https://github.com/iree-org/iree/pull/18740 is in? They look related.

When I last checked, `DequantizeLinear` never worked. The unit tests for that op showed signs of a miscompile: https://github.com/iree-org/iree/issues/16666

Some of my own observations from a day of coding: * An authoritative data type enum mapping could be hosted in a common location, similar to https://onnx.ai/onnx/api/mapping.html. * A step...

This may be related to https://github.com/iree-org/iree/issues/16814

From @raikonenfnu : > I am thinking it would be beneficial to have a pkgCI that checks numerics and performance of attention operations. Here are some of my ideas: >...