Previous
Conclusion on vectorization
Parent
Optimisation of Hadamard product
Outline
Next
The C++ kernel
Chapter 6.7 : How to create a hadamard python module
6.7.1) The C++ kernel
6.7.2) The wrapper function
6.7.3) The C++ module file
6.7.4) The setup.py file
6.7.5) Peformances tests
6.7.6) The CMakeLists.txt file
6.7.7) Performances results
The creation of the
hadamardpython
module will be very similar to the developement of the
astericshpc
module, but without a dependency to an other library.
Previous
Conclusion on vectorization
Parent
Optimisation of Hadamard product
Outline
Next
The C++ kernel