Previous
The performances
Parent
Optimisation of saxpy
Outline
Next
The C++ kernel
Chapter 7.5 : How to create a saxpy python module
7.5.1) The C++ kernel
7.5.2) The wrapper function
7.5.3) The C++ module file
7.5.4) The setup.py file
7.5.5) Peformances tests
7.5.6) The CMakeLists.txt file
7.5.7) Performances results
The creation of the
saxpypython
module will be very similar to the developement of the
astericshpc
module, but without a dependency to an other library.
Previous
The performances
Parent
Optimisation of saxpy
Outline
Next
The C++ kernel