Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor psgssvx3d.c and include new dependencies Files Changed: - psgssvx3d.c: Refactored and added new dependencies Detailed Changes: - Added `superlu_upacked.h` as a new dependency - Commented out `#include "superlu_summit.h"` - Created and used `sLUgpu_Handle` for handling LU decomposition on GPU - Added calls to `sCreateLUgpuHandle`, `psgstrf3d_LUv1`, `sCopyLUGPU2Host`, and `sDestroyLUgpuHandle` functions
- Loading branch information