-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor LUgpuCHandle_interface_impl.cu, cublas_cusolver_wrappers.hpp…
…, l_panels_impl.hpp, luAuxStructTemplated.hpp, lupanelsComm3dGPU_impl.hpp, lupanels_GPU_impl.hpp, lupanels_comm3d_impl.hpp, schurCompUpdate_impl.cuh, superlu_blas.hpp, u_panels_impl.hpp, xgstrf2.hpp, xlupanels.hpp, pzgssvx3d.c, and trfAux.c Summary: Refactor various files related to LU factorization and GPU handling. Files Changed: 1. SRC/TRF3dV100/LUgpuCHandle_interface_impl.cu: Refactored code related to LU factorization and GPU handling. 2. SRC/TRF3dV100/cublas_cusolver_wrappers.hpp: Updated function signatures and added support for doublecomplex type. 3. SRC/TRF3dV100/l_panels_impl.hpp: Updated function signatures and added support for doublecomplex type. 4. SRC/TRF3dV100/luAuxStructTemplated.hpp: Added template functions and operators for complex types. 5. SRC/TRF3dV100/lupanelsComm3dGPU_impl.hpp: Updated function signatures and added support for doublecomplex type. 6. SRC/TRF3dV100/lupanels_GPU_impl.hpp: Updated function signatures and added support for doublecomplex type. 7. SRC/TRF3dV100/lupanels_comm3d_impl.hpp: Updated function signatures and added support for doublecomplex type. 8. SRC/TRF3dV100/schurCompUpdate_impl.cuh: Updated function signatures and added support for doublecomplex type. 9. SRC/TRF3dV100/superlu_blas.hpp: Updated function signatures and added support for doublecomplex type. 10. SRC/TRF3dV100/u_panels_impl.hpp: Updated function signatures and added support for doublecomplex type. 11. SRC/TRF3dV100/xgstrf2.hpp: Updated function signatures and added support for doublecomplex type. 12. SRC/TRF3dV100/xlupanels.hpp: Updated function signatures and added support for doublecomplex type. 13. SRC/complex16/pzgssvx3d.c: Refactored code related to LU factorization and GPU handling. 14. SRC/prec-independent/trfAux.c: Refactored code related to LU factorization and GPU handling.
- Loading branch information
Showing
14 changed files
with
385 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.