-
- Downloads
Merge branch 'WIP/ppiv_perm' into 'master'
GETRF: add panel permutation to get a full partial pivoting available See merge request !404
Showing
- compute/pzgetrf.c 51 additions, 10 deletionscompute/pzgetrf.c
- compute/zgetrf.c 14 additions, 2 deletionscompute/zgetrf.c
- coreblas/compute/CMakeLists.txt 8 additions, 6 deletionscoreblas/compute/CMakeLists.txt
- coreblas/compute/core_ipiv_to_perm.c 97 additions, 0 deletionscoreblas/compute/core_ipiv_to_perm.c
- coreblas/compute/core_zgetrf.c 1 addition, 2 deletionscoreblas/compute/core_zgetrf.c
- coreblas/compute/core_zgetrf_panel.c 1 addition, 7 deletionscoreblas/compute/core_zgetrf_panel.c
- coreblas/compute/core_zlaswp.c 223 additions, 0 deletionscoreblas/compute/core_zlaswp.c
- coreblas/compute/core_ztile.c 20 additions, 2 deletionscoreblas/compute/core_ztile.c
- coreblas/compute/core_ztile_empty.c 47 additions, 3 deletionscoreblas/compute/core_ztile_empty.c
- coreblas/include/coreblas.h 4 additions, 2 deletionscoreblas/include/coreblas.h
- coreblas/include/coreblas/coreblas_z.h 10 additions, 2 deletionscoreblas/include/coreblas/coreblas_z.h
- coreblas/include/coreblas/coreblas_ztile.h 4 additions, 2 deletionscoreblas/include/coreblas/coreblas_ztile.h
- include/chameleon/runtime.h 8 additions, 4 deletionsinclude/chameleon/runtime.h
- include/chameleon/struct.h 9 additions, 5 deletionsinclude/chameleon/struct.h
- include/chameleon/tasks.h 6 additions, 1 deletioninclude/chameleon/tasks.h
- include/chameleon/tasks_z.h 11 additions, 1 deletioninclude/chameleon/tasks_z.h
- runtime/CMakeLists.txt 4 additions, 2 deletionsruntime/CMakeLists.txt
- runtime/openmp/codelets/codelet_ipiv_to_perm.c 37 additions, 0 deletionsruntime/openmp/codelets/codelet_ipiv_to_perm.c
- runtime/openmp/codelets/codelet_zlaswp.c 62 additions, 0 deletionsruntime/openmp/codelets/codelet_zlaswp.c
- runtime/openmp/control/runtime_descriptor_ipiv.c 29 additions, 4 deletionsruntime/openmp/control/runtime_descriptor_ipiv.c
Loading
Please register or sign in to comment