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
- @lrineau made their first contribution in #155
- @megawattfs made their first contribution in #167
Full Changelog: v1.9.0...v1.9.1