-
- Downloads
Merge branch 'getrf/ppiv_blocked' into 'master'
GETRF: Add a blocked version of the LU partial pivoting algorithm See merge request !405
Showing
- compute/pzgetrf.c 68 additions, 2 deletionscompute/pzgetrf.c
- compute/zgetrf.c 25 additions, 4 deletionscompute/zgetrf.c
- control/compute_z.h 2 additions, 1 deletioncontrol/compute_z.h
- control/context.c 4 additions, 2 deletionscontrol/context.c
- coreblas/compute/core_zgetrf_panel.c 64 additions, 13 deletionscoreblas/compute/core_zgetrf_panel.c
- coreblas/include/coreblas/coreblas_z.h 5 additions, 3 deletionscoreblas/include/coreblas/coreblas_z.h
- include/chameleon/tasks_z.h 18 additions, 1 deletioninclude/chameleon/tasks_z.h
- runtime/CMakeLists.txt 2 additions, 1 deletionruntime/CMakeLists.txt
- runtime/openmp/codelets/codelet_zgetrf_blocked.c 78 additions, 0 deletionsruntime/openmp/codelets/codelet_zgetrf_blocked.c
- runtime/parsec/codelets/codelet_zgetrf_blocked.c 78 additions, 0 deletionsruntime/parsec/codelets/codelet_zgetrf_blocked.c
- runtime/quark/codelets/codelet_zgetrf_blocked.c 78 additions, 0 deletionsruntime/quark/codelets/codelet_zgetrf_blocked.c
- runtime/starpu/codelets/codelet_zgetrf_blocked.c 270 additions, 0 deletionsruntime/starpu/codelets/codelet_zgetrf_blocked.c
- runtime/starpu/codelets/codelet_zgetrf_percol.c 10 additions, 7 deletionsruntime/starpu/codelets/codelet_zgetrf_percol.c
- testing/testing_zgetrf.c 4 additions, 2 deletionstesting/testing_zgetrf.c
Loading
Please register or sign in to comment