From e118f23c071717e3a0574bc8344700a6c64cb993 Mon Sep 17 00:00:00 2001 From: Mark Messner Date: Tue, 3 Dec 2024 14:20:30 -0600 Subject: [PATCH] Trivial change to the README (#176) Basically a test of the build system. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 800ec842a0..f993b09630 100644 --- a/README.md +++ b/README.md @@ -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