add cudablas library to make calls to cuda kernels (magma here, cublas will...
add cudablas library to make calls to cuda kernels (magma here, cublas will follow), no more calls to magma in runtime/starpu codelets
Showing
- CMakeLists.txt 13 additions, 0 deletionsCMakeLists.txt
- control/common.h 3 additions, 1 deletioncontrol/common.h
- example/basic_zposv/CMakeLists.txt 4 additions, 0 deletionsexample/basic_zposv/CMakeLists.txt
- example/lapack_to_morse/CMakeLists.txt 4 additions, 0 deletionsexample/lapack_to_morse/CMakeLists.txt
- runtime/starpu/CMakeLists.txt 5 additions, 0 deletionsruntime/starpu/CMakeLists.txt
- runtime/starpu/codelets/codelet_zcallback.c 6 additions, 5 deletionsruntime/starpu/codelets/codelet_zcallback.c
- runtime/starpu/codelets/codelet_zgelqt.c 10 additions, 153 deletionsruntime/starpu/codelets/codelet_zgelqt.c
- runtime/starpu/codelets/codelet_zgeqrt.c 10 additions, 273 deletionsruntime/starpu/codelets/codelet_zgeqrt.c
- runtime/starpu/codelets/codelet_zgessm.c 3 additions, 18 deletionsruntime/starpu/codelets/codelet_zgessm.c
- runtime/starpu/codelets/codelet_zgetrf_incpiv.c 7 additions, 6 deletionsruntime/starpu/codelets/codelet_zgetrf_incpiv.c
- runtime/starpu/codelets/codelet_zgetrf_nopiv.c 1 addition, 1 deletionruntime/starpu/codelets/codelet_zgetrf_nopiv.c
- runtime/starpu/codelets/codelet_zlauum.c 1 addition, 7 deletionsruntime/starpu/codelets/codelet_zlauum.c
- runtime/starpu/codelets/codelet_zpotrf.c 1 addition, 10 deletionsruntime/starpu/codelets/codelet_zpotrf.c
- runtime/starpu/codelets/codelet_zssssm.c 1 addition, 1 deletionruntime/starpu/codelets/codelet_zssssm.c
- runtime/starpu/codelets/codelet_ztrtri.c 1 addition, 9 deletionsruntime/starpu/codelets/codelet_ztrtri.c
- runtime/starpu/codelets/codelet_ztslqt.c 7 additions, 159 deletionsruntime/starpu/codelets/codelet_ztslqt.c
- runtime/starpu/codelets/codelet_ztsmlq.c 1 addition, 131 deletionsruntime/starpu/codelets/codelet_ztsmlq.c
- runtime/starpu/codelets/codelet_ztsmqr.c 4 additions, 680 deletionsruntime/starpu/codelets/codelet_ztsmqr.c
- runtime/starpu/codelets/codelet_ztsqrt.c 7 additions, 185 deletionsruntime/starpu/codelets/codelet_ztsqrt.c
- runtime/starpu/codelets/codelet_ztstrf.c 8 additions, 7 deletionsruntime/starpu/codelets/codelet_ztstrf.c
Loading
Please register or sign in to comment