Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryngelson authored Aug 1, 2023
1 parent cdaa537 commit 378a937
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@
</a>
</p>

roseNNA is a fast, portable, and minimally-intrusive library for neural network inference.
RoseNNa is a fast, portable, and minimally-intrusive library for neural network inference.
It can run inference on neural networks in [ONNX](https://onnx.ai/) format, which is universal and can be used with PyTorch, TensorFlow, Keras, and more.
roseNNa's intended use case is large Fortran- and C-based HPC codebases.
RoseNNa's intended use case is large Fortran- and C-based HPC codebases.
It currently supports RNNs, CNNs, and MLPs, though more architectures are in the works.
The library is optimized Fortran and outperforms PyTorch (by a factor between 2 and 5x) for the relatively small neural networks used in physics applications, like CFD.
It is described in detail in the following manuscript: <a href="http://arxiv.org/abs/2307.16322">A. Bati, S. H. Bryngelson (2023) arXiv 2307.16322</a>.

## Hello RoseNNa

Expand Down

0 comments on commit 378a937

Please sign in to comment.