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

Replaced all license headers with SPDX equivalents and added a main LICENSE file in the LICENSES/ directory

enhancement

Implemented device-side diag dominance test and exposed through API.

enhancement

**Describe the issue** A clear and concise description of what the issue is. **Environment information:** - OS: `Windows 10` - Compiler version: `VS 2022` - CMake version: `3.27` - CUDA...

build issues

**Describe the issue** A clear and concise description of what the issue is. **Environment information:** - OS: [`Ubuntu 22.04`] - Compiler version: [`gcc 11.4.0`] - CMake version: [e.g. `3.22.1`] -...

build issues

**Describe the issue** When running AMGX on a too large case for the GPU it reports the following error ``` Thrust failure: transform: failed to synchronize: cudaErrorIllegalAddress: an illegal memory...

bug

Hello. I am a beginner to use the AMGX library. My development environment includes VS, Win11, and CUDA v11.6. I have completed using the test case, and now I want...

**Describe the issue** On some build (can't say for the moment why some works, other not): src/tests/dense_lu.cu(114): error: identifier "cudaMallocAsync" is undefined **Environment information:** - OS: [e.g. `Redhat 8.8`] -...

build issues

**Describe the issue** A clear and concise description of what the issue is. I am trying to build AMGX with MVAPICH2-GDR on the TACC Supercomputer Lonestar6 as the MPI. Building...

build issues

Ax=b Calculate once, same as solve value in CPU when "max_level =1" But slower than CPU Increasing "max_level" reduces setup time but increases iter. Is there a way to reduce...