opm-simulators/opm/simulators/linalg/gpuistl
Kjetil Olsen Lye 791a3b84e1
Merge pull request #5688 from multitalentloes/add_mixed_precision_double_diagonal_gpu_ilu0_variants
Add mixed precision double diagonal gpu ilu0 variants
2025-01-13 11:15:51 +01:00
..
detail Add new MP scheme to GPU ILU and DILU 2025-01-10 16:38:14 +01:00
device_management.cpp fixed: division by zero if no gpu device was found 2024-11-01 10:29:51 +01:00
device_management.hpp Print GPU used on every rank 2024-10-30 11:03:29 +01:00
GpuBlockPreconditioner.hpp refactor cuistl folder names 2024-08-22 15:32:21 +02:00
GpuBuffer.cpp Add tests for gpu pvt classes 2024-11-08 14:41:34 +01:00
GpuBuffer.hpp WIP 2025-01-08 14:54:03 +01:00
GpuDILU.cpp Add new MP scheme to GPU ILU and DILU 2025-01-10 16:38:14 +01:00
GpuDILU.hpp Add new MP scheme to GPU ILU and DILU 2025-01-10 16:38:14 +01:00
GpuJac.cpp refactor cuistl folder names 2024-08-22 15:32:21 +02:00
GpuJac.hpp refactor cuistl folder names 2024-08-22 15:32:21 +02:00
GpuOwnerOverlapCopy.hpp remove unused variable 2024-11-11 12:13:43 +01:00
GpuSeqILU0.cpp refactor cuistl folder names 2024-08-22 15:32:21 +02:00
GpuSeqILU0.hpp refactor cuistl folder names 2024-08-22 15:32:21 +02:00
GpuSparseMatrix.cpp implement PR feedback 2024-10-02 14:57:34 +02:00
GpuSparseMatrix.hpp implement PR feedback 2024-10-02 14:57:34 +02:00
GpuVector.cpp refactor opm_cuda_safe_call 2024-08-23 11:12:13 +02:00
GpuVector.hpp refactor cuistl folder names 2024-08-22 15:32:21 +02:00
GpuView.cpp refactor opm_cuda_safe_call 2024-08-23 11:12:13 +02:00
GpuView.hpp minor adjustments 2025-01-09 10:38:58 +01:00
OpmGpuILU0.cpp Add new MP scheme to GPU ILU and DILU 2025-01-10 16:38:14 +01:00
OpmGpuILU0.hpp Add new MP scheme to GPU ILU and DILU 2025-01-10 16:38:14 +01:00
PreconditionerAdapter.hpp refactor cuistl folder names 2024-08-22 15:32:21 +02:00
PreconditionerConvertFieldTypeAdapter.hpp refactor cuistl folder names 2024-08-22 15:32:21 +02:00
PreconditionerHolder.hpp refactor cuistl folder names 2024-08-22 15:32:21 +02:00
set_device.cpp Print GPU used on every rank 2024-10-30 11:03:29 +01:00
set_device.hpp Print GPU used on every rank 2024-10-30 11:03:29 +01:00
SolverAdapter.hpp SolverAdapter is now more explicit on its communicator/MPI dependence. This fixes the MPI issues with CUDA/HIP/GPUISTL that were introduced with the GhostLastMatrixAdapter. 2024-09-24 10:03:23 +02:00