Alexandre Eichenberger
Alexandre Eichenberger
@gongsu832 An internal user @cluibm is trying to use the docker onnx-mlir.py script and is reporting that some options do not appear to work. Since I believe you developed/worked with...
Note she is also using `podman`, if that is relevant, on RHEL 8.5 on s390x arch.
> I can confirm that specifying --onnx-op-stats=TXT without specifying --EmitONNXIR produces the expected output. However, that would "break" the docker/onnx-mlir.py script. The script assumes one of the --EmitXXX must be...
Added PR #1719 for warning and explicit help message, and piped output to stdout instead of stderr
Added Tong and Philip as likely candidate to upgrade our opset to the latest (17). According to a quick read of the operators, there is only a few new operators...
@HadXu please close if you the above link solved your issue, thanks
In general, the input of the ONNX is a custom process that scan the protobuf. It is probably similar for the intake of the other frontends. I believe you may...
> Is this op used to transform the layout or to mark the layout? It seems to me that the operation of an "onnx.onnx.LayoutTransform" is not described by the input...
> The PR comment should be updated I guess, e.g. layout in onnx.LayoutTransform is now the target layout I am changing the name of the option to `target_layout`. It also...
@sstamenova This PR currently fails only for Window, and I have limited view on why it does so. I did change transforms for CONV but the new transforms are not...