You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are still encountering this, please share the full output.
AFAICT you are hitting the issue because you are setting max_levels to 1. The likely consequence is that the dense solver is immediately invoked and so we will convert the input sparse matrix to a dense matrix, which will be huge.
Hello!
One of my AMGX cases crashed due to an error: out of memory.
Backtrace
See details below:
The program only involves an Ax=b solution, where A is a CSR square (float type) matrix with:
nnz = 373760
rowx = rowy = 51200
I have read your paper in SISC and realized the maximum nnz of the matrix can be far larger than mine.
Additionally, your GPU (K40) has identical memory capacity to mine (RTX 4070 Ti).
Config
Would you mind giving some advice on whether I need to set the memory pool size manually?
My configuration string only includes the solver:
Platform
NO_MPI, NO_OPENMP
Ubuntu 20.04 GCC 9.4.0 CUDA 12.2 CARD: RTX 4070 Ti (sm_89)
AMGX: the latest commit
The text was updated successfully, but these errors were encountered: