The source project of this merge request has been removed.
Matmul rework
Compare changes
Files
4- Maxence Naud authored
- [function] computation of input dimensions now happens in 'MatMulImpl_cpu::forward()'. It handle indexes and sends the right pointers to its computation kernel - [function] 'getCPUPtr()' new parameter: offset - [function] reduce MatMul kernel function to simple matrices multiplication
@@ -15,9 +15,9 @@
@@ -15,9 +15,9 @@