Phaneesh Barwaria
Phaneesh Barwaria
> please attach a link to the .mlir and iree command line to execute / recreate it Command : ``` - --iree-input-type=mhlo --iree-vm-bytecode-module-output-format=flatbuffer-binary --iree-hal-target-backends=vulkan --iree-llvm-embedded-linker-path= --mlir-print-debuginfo --mlir-print-op-on-diagnostic=true --iree-llvm-target-cpu-features=host --iree-mhlo-demote-i64-to-i32=false --iree-flow-demote-i64-to-i32...
@antiagainst We checked and found that this issue is also present on M1 Vulkan as suspected
Here are the new locations: mlir: `https://storage.googleapis.com/shark_tank/latest/alexnet_torch/alexnet_torch.mlir` input: `https://storage.googleapis.com/shark_tank/latest/alexnet_torch/inputs.npz` golden_output: `https://storage.googleapis.com/shark_tank/latest/alexnet_torch/golden_out.npz`
@stellaraccident Command : ``` - --iree-input-type=none --iree-vm-bytecode-module-output-format=flatbuffer-binary --iree-hal-target-backends=vulkan --iree-llvm-embedded-linker-path= --mlir-print-debuginfo --mlir-print-op-on-diagnostic=true --iree-llvm-target-cpu-features=host -iree-vulkan-target-triple=m1-moltenvk-macos --iree-stream-resource-index-bits=64 --iree-vm-target-index-bits=64 --iree-flow-demote-f64-to-f32=false% ``` MLIR : `https://storage.googleapis.com/shark_tank/squeezenet1_0/squeezenet1_0_torch.mlir`
@antiagainst I've tried reproducing the issue on my end, it is always reproduced when using pytest command to run test but, w/o pytest (simple python script for test) and using...
Converted to draft till sanity check is done for int4 IR generation.
Thanks for your first contribution @abdulraheembeigh! Have a nit comment to be addressed. Also, lint failed on your patch. Use `black` to line the file `black --line-length 79 `
Hi @josel-amd is this issue pertaining to a specific model / test-case? Would help to see the usage in the model I'm unsure if supporting col-major tensors directly in torch-mlir...
Hi @josel-amd Our first priority is to support critical onnx models, we can refocus on the `storage_order` requirement once it is on the critical path. Thanks!