Skip to content
Snippets Groups Projects
Commit d68ceb49 authored by Christophe Guillon's avatar Christophe Guillon
Browse files

[MatMul] Add implementation of MatMul export as MatMulCPP

Add export CPP for MatMul operator:
- supports scalar/1D inputs
- provision for activation as done in elemwise operators
- new kernel matmul.hpp provided
- TODO: as of now do not support >2D inputs/broadcasts, see below

This change does no include the support for >2D inputs.
It would require managing multi broadcast
which is also not supported for CPP export of elemwise operators.
This support is delayed until a further change factorizing
multi-broadcast on elemwise/matmul and after availability
of a more comprehensive unit tests suite.
parent 17efa8fb
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment