Skip to content

Commit

Permalink
Trivial change to the README (#176)
Browse files Browse the repository at this point in the history
Basically a test of the build system.
  • Loading branch information
reverendbedford authored Dec 3, 2024
1 parent a14dc62 commit e118f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Building should be as easy as cloning the repository, configuring with CMake, co

#### Vectorization

NEML2 models can be vectorized, meaning that a large _batch_ of material models can be evaluated simultaneously. The vectorized models can be evaluated on both CPU and GPU. Moreover, NEML2 provides a unified implementation and user interface, for both developers and end users, that work on all supported devices.
NEML2 models can be vectorized, meaning that a large _batch_ of material models can be evaluated simultaneously. The vectorized models can be evaluated on either CPUs or GPUs/other accelerators. Moreover, NEML2 provides a unified implementation and user interface, for both developers and end users, that work on all supported devices.

#### Multiphysics coupling

Expand Down

0 comments on commit e118f23

Please sign in to comment.