edgeai-tidl-tools icon indicating copy to clipboard operation
edgeai-tidl-tools copied to clipboard

MatMul is not suported now

Open VictorGump opened this issue 2 years ago • 2 comments

ONNX operator MatMul is not suported now.. By passing

why matmul is not suported ?

VictorGump avatar Sep 26 '22 02:09 VictorGump

I'm using TIDL tidl_j721e_08_02_00_11

VictorGump avatar Sep 26 '22 02:09 VictorGump

I suppose you are talking about Linear layer being termed as MatMul in onnx. To get TIDL acceleration support, you need to convert that MatMul operation to Gemm. For that your Linear should has bias as False. In your case it seems that Linear layer has bias True that is the reason it is showing MatMul and not Gemm.

sourabh-patil avatar Nov 20 '23 06:11 sourabh-patil