|
| int_t | pdgstrf3d_v100 (superlu_dist_options_t *options, int m, int n, double anorm, dtrf3Dpartition_t *trf3Dpartition, SCT_t *SCT, dLUstruct_t *LUstruct, gridinfo3d_t *grid3d, SuperLUStat_t *stat, int *info) |
| |
| LUgpu_Handle | createLUgpuHandle (int_t nsupers, int_t ldt_, dtrf3Dpartition_t *trf3Dpartition, dLUstruct_t *LUstruct, gridinfo3d_t *grid3d, SCT_t *SCT_, superlu_dist_options_t *options_, SuperLUStat_t *stat, double thresh_, int *info_) |
| |
| void | destroyLUgpuHandle (LUgpu_Handle LuH) |
| |
| int | dgatherFactoredLU3Dto2D (LUgpu_Handle LuH) |
| |
| int | copyLUGPU2Host (LUgpu_Handle LuH, dLUstruct_t *LUstruct) |
| |
| int | pdgstrf3d_LUpackedInterface (LUgpu_Handle LUHand) |
| |
| dLUgpu_Handle | dCreateLUgpuHandle (int_t nsupers, int_t ldt_, dtrf3Dpartition_t *trf3Dpartition, dLUstruct_t *LUstruct, gridinfo3d_t *grid3d, SCT_t *SCT_, superlu_dist_options_t *options_, SuperLUStat_t *stat, double thresh_, int *info_) |
| |
| void | dDestroyLUgpuHandle (dLUgpu_Handle LuH) |
| |
| int | dGatherFactoredLU3Dto2D (dLUgpu_Handle LuH) |
| |
| int | dCopyLUGPU2Host (dLUgpu_Handle LuH, dLUstruct_t *LUstruct) |
| |
| int | pdgstrf3d_LUv1 (dLUgpu_Handle LUHand) |
| |
| sLUgpu_Handle | sCreateLUgpuHandle (int_t nsupers, int_t ldt_, strf3Dpartition_t *trf3Dpartition, sLUstruct_t *LUstruct, gridinfo3d_t *grid3d, SCT_t *SCT_, superlu_dist_options_t *options_, SuperLUStat_t *stat, float thresh_, int *info_) |
| |
| void | sdestroyLUgpuHandle (sLUgpu_Handle LuH) |
| |
| int | sgatherFactoredLU3Dto2D (sLUgpu_Handle LuH) |
| |
| int | scopyLUGPU2Host (sLUgpu_Handle LuH, sLUstruct_t *LUstruct) |
| |
| int | psgstrf3d_LUv1 (sLUgpu_Handle LUHand) |
| |
| int | psgstrf3d_LUpackedInterface (sLUgpu_Handle LUHand) |
| |
| zLUgpu_Handle | zCreateLUgpuHandle (int_t nsupers, int_t ldt_, ztrf3Dpartition_t *trf3Dpartition, zLUstruct_t *LUstruct, gridinfo3d_t *grid3d, SCT_t *SCT_, superlu_dist_options_t *options_, SuperLUStat_t *stat, double thresh_, int *info_) |
| |
| void | zdestroyLUgpuHandle (zLUgpu_Handle LuH) |
| |
| int | zgatherFactoredLU3Dto2D (zLUgpu_Handle LuH) |
| |
| int | zcopyLUGPU2Host (zLUgpu_Handle LuH, zLUstruct_t *LUstruct) |
| |
| int | pzgstrf3d_LUv1 (zLUgpu_Handle LUHand) |
| |
| int | pzgstrf3d_LUpackedInterface (zLUgpu_Handle LUHand) |
| |
| int | dsparseTreeFactorBatchGPU (BatchFactorize_Handle ws, sForest_t *sforest) |
| |
| BatchFactorize_Handle | getBatchFactorizeWorkspace (int_t nsupers, int_t ldt, dtrf3Dpartition_t *trf3Dpartition, dLUstruct_t *LUstruct, gridinfo3d_t *grid3d, superlu_dist_options_t *options, SuperLUStat_t *stat, int *info) |
| |
| void | copyGPULUDataToHost (BatchFactorize_Handle ws, dLUstruct_t *LUstruct, gridinfo3d_t *grid3d, SCT_t *SCT_, superlu_dist_options_t *options, SuperLUStat_t *stat) |
| |
| void | freeBatchFactorizeWorkspace (BatchFactorize_Handle ws) |
| |