NVIDIA / AMGX

Distributed multigrid linear solver library on GPU
468 stars 136 forks source link

Minor patches #285

Closed mattmartineau closed 7 months ago

mattmartineau commented 7 months ago

Fixing tests being linked into libamgxsh.so

Adding missing multiplication by block size in matrix print.

Fixed case where delete should be array variant.

Adds noexcept to destructors.

Fixing perf regression due to unroll, and attempting to fix sync issues in multicolor DILU for NxN.