https://github.com/LBANN/DiHydrogen
https://github.com/LBANN/DiHydrogen
cpp math-physics
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/LBANN/DiHydrogen
- Owner: LLNL
- License: apache-2.0
- Created: 2019-06-12T00:03:46.000Z (almost 7 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-23T22:51:48.000Z (over 1 year ago)
- Last Synced: 2024-10-24T09:25:59.692Z (over 1 year ago)
- Topics: cpp, math-physics
- Language: C++
- Size: 1.93 MB
- Stars: 6
- Watchers: 11
- Forks: 11
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DiHydrogen
DiHydrogen is the second version of the
[Hydrogen](https://github.com/llnl/elemental) fork of the well-known
distributed linear algebra library,
[Elemental](https://github.com/elemental/elemental). DiHydrogen aims
to be a basic distributed multilinear algebra interface with a
particular emphasis on the needs of the distributed machine learning
effort, [LBANN](https://github.com/llnl/lbann).
License
----------------
DiHydrogen is distributed under the terms of the Apache License (Version 2.0).
All new contributions must be made under the Apache-2.0 licenses.
See [LICENSE](https://github.com/LLNL/DiHydrogen/blob/develop/LICENSE),
[COPYRIGHT](https://github.com/LLNL/DiHydrogen/blob/develop/COPYRIGHT), and
[NOTICE](https://github.com/LLNL/DiHydrogen/blob/develop/NOTICE) for details.
SPDX-License-Identifier: Apache-2.0
LLNL-CODE-800100