AMGX icon indicating copy to clipboard operation
AMGX copied to clipboard

Distributed multigrid linear solver library on GPU

Results 144 AMGX issues
Sort by recently updated
recently updated
newest added

Hi Marat I had to open a new issue as I was not sure if you get notifications for the issue that is closed. I have one more question, So...

usage question

First of all, many thanks for building this library. It is very useful and your hard work and effort is very much appreciated. I have a Pressure Poisson Equation with...

usage question

Hi all, I recently built AMGX using xlC (Version: 16) as my host compiler, while building the code I hit a number of warnings: ``warning: 1540-5200 The option "-dynamic" is...

enhancement
help wanted

AMGX ships with many nice sample programs, including simple implementation of Poisson-like equations. Currently, the charge function (e.g. in A x = b, the array b) is set to 1.d0...

enhancement
good first issue

Hello, I can't sort how to extract the eigenvalues and eigenvectors from the AMGX_eigensolver_handle. I tried following the eigen_example; however it is not clear how to get this information form...

question

AMGX is currently able to provide an estimation of the GPU memory usage. Currently, this is achieved by computing the memory used by all processes, thanks to cudaMemGetInfo function. It...

Where possible. Probably better to wait for CUDA 9.2 release for updated cuSolver functionality.

good first issue

Which example provide an tutorial on the usage of the mixed precision solver in AMGX. will it provide a faster speed compared to a fully double precision computation?

usage question

Downstream issue: https://github.com/JuliaGPU/AMGX.jl/issues/21. The input matrix in that issue is singular but there seems to be some issue where instead of getting a well-descriptive error message, the more general `...

enhancement
good first issue

I just tried building AMGX from source, and here's the error message I got: ```shell /home/amin/Code/AMGX/src/aggregation/aggregation_amg_level.cu(1983): error: identifier "profileSubphaseFindAggregates" is undefined /home/amin/Code/AMGX/src/aggregation/aggregation_amg_level.cu(2003): error: identifier "profileSubphaseFindAggregates" is undefined /home/amin/Code/AMGX/src/aggregation/aggregation_amg_level.cu(2327): error: identifier...

build issues