Skip to content

v1.9.1

Latest
Compare
Choose a tag to compare
@BrunoLevy BrunoLevy released this 20 Nov 19:28

Note: the packages generated by github (Source code links) do not contain the submodules. Use geogram-1.9.1.tar.gz or geogram-1.9.1.zip instead to get everything.

What's Changed

  • solve large sparse linear systems on GPU with new nlCUDA sliced matrix format and new AMGCL/nlCUDA backend
  • fix a compilation error in src/lib/third_party/numerics/SUPERLU/ by @lrineau in #155
  • Add compile-option to use TBB for thread management. by @jdumas in #164
  • Add init flags and make init less intrusive by default (fixes #64) by @jdumas in #163
  • Fix segmentation fault in nlEigenSolve_ARPACK by @megawattfs in #167

New Contributors

Full Changelog: v1.9.0...v1.9.1