-
- Downloads
Merge branch 'WIP/ppiv_panel' into 'master'
LU factorization with partial pivoting per column (warning: panel only) See merge request !378
Showing
- compute/CMakeLists.txt 2 additions, 1 deletioncompute/CMakeLists.txt
- compute/pzgetrf.c 86 additions, 63 deletionscompute/pzgetrf.c
- compute/zgetrf.c 54 additions, 25 deletionscompute/zgetrf.c
- control/compute_z.h 2 additions, 2 deletionscontrol/compute_z.h
- control/descriptor.h 4 additions, 1 deletioncontrol/descriptor.h
- control/descriptor_ipiv.c 245 additions, 0 deletionscontrol/descriptor_ipiv.c
- coreblas/compute/core_zgetrf.c 5 additions, 6 deletionscoreblas/compute/core_zgetrf.c
- coreblas/compute/core_zgetrf_panel.c 12 additions, 5 deletionscoreblas/compute/core_zgetrf_panel.c
- include/chameleon.h 8 additions, 1 deletioninclude/chameleon.h
- include/chameleon/chameleon_z.h 3 additions, 3 deletionsinclude/chameleon/chameleon_z.h
- include/chameleon/constants.h 4 additions, 1 deletioninclude/chameleon/constants.h
- include/chameleon/runtime.h 28 additions, 2 deletionsinclude/chameleon/runtime.h
- include/chameleon/struct.h 20 additions, 1 deletioninclude/chameleon/struct.h
- include/chameleon/tasks_z.h 20 additions, 10 deletionsinclude/chameleon/tasks_z.h
- runtime/CMakeLists.txt 4 additions, 3 deletionsruntime/CMakeLists.txt
- runtime/openmp/CMakeLists.txt 1 addition, 0 deletionsruntime/openmp/CMakeLists.txt
- runtime/openmp/codelets/codelet_zgetrf_nopiv_percol.c 60 additions, 0 deletionsruntime/openmp/codelets/codelet_zgetrf_nopiv_percol.c
- runtime/openmp/codelets/codelet_zgetrf_percol.c 52 additions, 0 deletionsruntime/openmp/codelets/codelet_zgetrf_percol.c
- runtime/openmp/control/runtime_descriptor_ipiv.c 97 additions, 0 deletionsruntime/openmp/control/runtime_descriptor_ipiv.c
- runtime/parsec/CMakeLists.txt 1 addition, 0 deletionsruntime/parsec/CMakeLists.txt
Loading
Please register or sign in to comment