Commits on Source (17)
-
Houssem ROUIS authored999c7079
-
Houssem ROUIS authored
Merge branch 'master' of https://gitlab.eclipse.org/eclipse/aidge/aidge_backend_cpu into matmul_rework
109b5a64 -
Houssem ROUIS authored204f80b0
-
Maxence Naud authoredc450869a
-
Houssem ROUIS authored5f570613
-
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
e2a71d4f -
Maxence Naud authoredca472784
-
Maxence Naud authored6b3f1254
-
Maxence Naud authored688e2eaf
-
fc36e10e
-
f70ba8c1
-
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
2f459838 -
Maxence Naud authored412c2859
-
Maxence Naud authored1772655e
-
Maxence Naud authoredaa66d4ce
-
Maxence Naud authored34e58b5c
-
Maxence Naud authored
Matmul rework See merge request !34
2be78815
Showing
- include/aidge/backend/cpu/data/GetCPUPtr.h 2 additions, 2 deletionsinclude/aidge/backend/cpu/data/GetCPUPtr.h
- include/aidge/backend/cpu/operator/MatMulImpl.hpp 4 additions, 6 deletionsinclude/aidge/backend/cpu/operator/MatMulImpl.hpp
- include/aidge/backend/cpu/operator/MatMulImpl_forward_kernels.hpp 18 additions, 24 deletions...aidge/backend/cpu/operator/MatMulImpl_forward_kernels.hpp
- src/operator/MatMulImpl.cpp 106 additions, 24 deletionssrc/operator/MatMulImpl.cpp
- unit_tests/data/Test_TensorImpl.cpp 4 additions, 5 deletionsunit_tests/data/Test_TensorImpl.cpp
- unit_tests/operator/Test_MatMulImpl.cpp 263 additions, 84 deletionsunit_tests/operator/Test_MatMulImpl.cpp