Scott Todd

Results 400 comments of Scott Todd

Is there anything still to do for this issue? I think we've been using the bytecode format for some time now? We might still have some build system functions outputting...

I think priorities have shifted here. Do we still want to track SHARK Tank in this repository? Maybe move the issue to another repo?

Oh, that test segfaults when compiling on Windows: https://github.com/iree-org/iree/issues/11068 I guess it's good to see that it has issues on other platforms too, though it's still mysterious.

If the test is that slow, it should probably just be reworked. There are some large shapes in it: https://github.com/openxla/iree/blob/main/tests/e2e/regression/lowering_config.mlir.

Closing some old PRs. No activity in years and would need rebasing.

> Yup, exactly. Once #707 is merged, and we've rebased our downstream to work with that, i'll rebase the present PR into a capstone 5->6 bump (which you may or...

I'm not sure why those steps are dependent on one another?

I was also able to get this working. Here's what I needed: 1) Clone https://github.com/capstone-engine/capstone and checkout the `next` branch 2) Add `target_compile_options(capstone PUBLIC "-pthread")` to capstone/CMakeLists.txt * This fixes...

cc @saienduri, https://github.com/llvm/torch-mlir/pull/2601 added a conversion for unsqueeze