Recent Releases of ogl
ogl - Version 0.5.4 Release
From the Changelog.md
- Add a warning message to users who use dpcpp as the executor name PR #129
- Add support for SP scalars and determine label and scalar size from env variable PR #120
- Notify user of a unsupported executor argument PR #118
- Add a list of all OGL authors PR #126
- Replace #ifdef include guard with #pragma once PR #126
- Switch to SPDX headers, fix formatting issuePR #122
- C++
Published by greole almost 2 years ago
ogl - V0.5.3 Release
What's Changed
- Fix/exasim meeting by @greole in https://github.com/hpsim/OGL/pull/111
- Fix pipeline by @greole in https://github.com/hpsim/OGL/pull/112
- Release PR by @greole in https://github.com/hpsim/OGL/pull/113
Full Changelog: https://github.com/hpsim/OGL/compare/v0.5.2...v0.5.3
- C++
Published by greole about 2 years ago
ogl - V0.5.2 Release
0.5.2 (2024/01/18)
Stability and Fixes
- Fix issue with cyclic boundary conditions, see https://github.com/hpsim/OGL/pull/108
- Fail if unsupported patch types are requested
- Fix issue with upstream Ginkgo version
- C++
Published by greole over 2 years ago
ogl - V0.5 Release
0.5.0 (2024/01/11)
Features
- Add on device permutation functionality PR #101 ## Stability and Fixes
- Fix issue with hanging diverging cases PR #104
- Implemented unit tests for ldu conversion PR #97
- Move to Ginkgo v1.7.0 PR #96
- Add integration tests PR #91 ## Performance Data
- Recent single node performance data is available here

- C++
Published by greole over 2 years ago
ogl - V0.4 Release
This Release mainly introduces distributed support via Ginkgo v1.5.0 and adds support for simple cyclic boundary conditions.
What's Changed
- Permute on gpu by @greole in https://github.com/hpsim/OGL/pull/60
- Device persisent vector by @greole in https://github.com/hpsim/OGL/pull/63
- Repartition by @greole in https://github.com/hpsim/OGL/pull/64
- Distributed update by @greole in https://github.com/hpsim/OGL/pull/65
- Non symmetrix update by @greole in https://github.com/hpsim/OGL/pull/66
- Repartition update by @greole in https://github.com/hpsim/OGL/pull/68
- Fix compilation foundation version by @greole in https://github.com/hpsim/OGL/pull/69
- use system openmpi by @greole in https://github.com/hpsim/OGL/pull/70
- Fix adaptive stop by @greole in https://github.com/hpsim/OGL/pull/71
- Multi gpu by @greole in https://github.com/hpsim/OGL/pull/62
- Add non-symmetric assembly by @greole in https://github.com/hpsim/OGL/pull/78
- trigger workflow by @greole in https://github.com/hpsim/OGL/pull/79
- remove comment by @greole in https://github.com/hpsim/OGL/pull/81
- Typos by @greole in https://github.com/hpsim/OGL/pull/82
- Improve export by @greole in https://github.com/hpsim/OGL/pull/86
- Fix processor interface coeffs by @greole in https://github.com/hpsim/OGL/pull/87
- Improve error message for wrong precond choice by @greole in https://github.com/hpsim/OGL/pull/84
- Improve backend stability by @greole in https://github.com/hpsim/OGL/pull/85
- Cyclic by @greole in https://github.com/hpsim/OGL/pull/80
- fix failing workflow by @greole in https://github.com/hpsim/OGL/pull/88
- Gko 1.5.0 by @greole in https://github.com/hpsim/OGL/pull/73
- Version 0.4 release by @greole in https://github.com/hpsim/OGL/pull/89
Full Changelog: https://github.com/hpsim/OGL/compare/v0.3...v0.4.0
- C++
Published by greole almost 3 years ago