Hi,
mx_nc --version
2.2.2
I want to compile the YOLO11 model I exported from Ultralytics using the Neural Compiler, but I’m encountering an error.
memryx.errors.OperatorError: Matmul (‘/model.10/m/m.0/attn/MatMul’) with axes=[3, 2] is not supported.
I’m generating the Ultralytics export as follows:
YOLO(“yolo11l.pt”).export(format=“onnx”, imgsz=640, simplify=True)
I’ve tried the YOLO11 medium, large, and small models, as well as the YOLO11 small pose model. I also tested with an imgsz of 480 and different offsets, but the result is still the same. How can I resolve this and get dfp file?