IanNod

Results 3 comments of IanNod

> AFAIU my patch should also take care of SPIRV Checked out the https://github.com/openxla/iree/pull/16927 PR and still see the same error @Groverkss

@nithinsubbiah the provided phi-2 IR has inlined weights so you won't need anything else to try producing output.

Here is an mlir-print-ir-after-all dump compiling for hip giving the same issue with following iree compile command: ``` ./build/tools/iree-compile ../sharktank/program.mlir --iree-input-type=torch --iree-hal-target-device=hip[0] --iree-hal-target-device=hip[1] --mlir-print-ir-after-all --iree-opt-data-tiling=false --iree-gl obal-opt-enable-early-materialization=false -o program.vmfb &>...