Brad Messer
Brad Messer
@emil-e Do you have any thoughts on the above?
All good thanks. Is there anyone else doing active development? I'm not aware of anyone who could do this fix for us on our behalf. If we could do it...
@emil-e ok. we're going to take a crack at updating it. How does one run the unit tests for rapid check?
We missed mobilenetv2-7 and I imagine that's more related to our test systems. I'll poke around and finish out that model.
@negiyas There was a minor spelling error above in `mobilenetv2-7` having a `-` before main part of the model and the `v2`. This ends up being such a subtle part...
> @messerb5467 > > > @negiyas There was a minor spelling error above in `mobilenetv2-7` having a `-` before main part of the model and the `v2`. This ends up...
@tungld I don't want to distract from the main conversation too much, but I'm making my way into ConstProp.cpp for a separate issue and based on some background research it...
Here's the command that we use to compile: ``` podman run --rm -v ./models/CPU/loz:/workdir:z -u 1021:1021 --userns=keep-id onnx-mlir:latest --EmitLib --O3 --mtriple=s390x-ibm-loz --mcpu=z14 bertsquad-10.onnx ```
@andrewsi-z for your awareness
Is anyone planning to address this?