Add new function Morse_zbuild() to fill a matrix with a user-defined function
The new codelet is added for all 3 runtimes but only tested with starpu ;-) An example test7 is added : it is a copy of test6 that uses the new function to build the matrices
Showing
- compute/CMakeLists.txt 6 additions, 1 deletioncompute/CMakeLists.txt
- compute/pzbuild.c 91 additions, 0 deletionscompute/pzbuild.c
- compute/zbuild.c 289 additions, 0 deletionscompute/zbuild.c
- control/compute_z.h 1 addition, 0 deletionscontrol/compute_z.h
- example/lapack_to_morse/CMakeLists.txt 1 addition, 0 deletionsexample/lapack_to_morse/CMakeLists.txt
- example/lapack_to_morse/step7.c 247 additions, 0 deletionsexample/lapack_to_morse/step7.c
- example/lapack_to_morse/step7.h 185 additions, 0 deletionsexample/lapack_to_morse/step7.h
- include/morse_z.h 7 additions, 0 deletionsinclude/morse_z.h
- include/runtime_z.h 3 additions, 1 deletioninclude/runtime_z.h
- runtime/parsec/CMakeLists.txt 4 additions, 0 deletionsruntime/parsec/CMakeLists.txt
- runtime/parsec/codelets/codelet_zbuild.c 74 additions, 0 deletionsruntime/parsec/codelets/codelet_zbuild.c
- runtime/quark/CMakeLists.txt 4 additions, 0 deletionsruntime/quark/CMakeLists.txt
- runtime/quark/codelets/codelet_zbuild.c 74 additions, 0 deletionsruntime/quark/codelets/codelet_zbuild.c
- runtime/quark/include/quark_zblas.h 2 additions, 0 deletionsruntime/quark/include/quark_zblas.h
- runtime/starpu/CMakeLists.txt 4 additions, 0 deletionsruntime/starpu/CMakeLists.txt
- runtime/starpu/codelets/codelet_zbuild.c 94 additions, 0 deletionsruntime/starpu/codelets/codelet_zbuild.c
- runtime/starpu/codelets/codelet_zcallback.c 1 addition, 0 deletionsruntime/starpu/codelets/codelet_zcallback.c
- runtime/starpu/include/runtime_codelet_z.h 1 addition, 0 deletionsruntime/starpu/include/runtime_codelet_z.h
Loading
Please register or sign in to comment