From 9a914a1486e43f2b0a40114fb09df376f9514980 Mon Sep 17 00:00:00 2001 From: Damien L-G Date: Thu, 26 Sep 2024 07:56:35 -0400 Subject: [PATCH] Fix EcoSystem -> Ecosystem spelling --- docs/source/citation.rst | 4 ++-- docs/source/index.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/citation.rst b/docs/source/citation.rst index a3b6e25f6..401d9ea7f 100644 --- a/docs/source/citation.rst +++ b/docs/source/citation.rst @@ -16,14 +16,14 @@ Citing Kokkos doi={10.1109/TPDS.2021.3097283}} -If you use more than one Kokkos EcoSystem package, please also cite: +If you use more than one Kokkos Ecosystem package, please also cite: :: @article{9502936, author={Trott, Christian and Berger-Vergiat, Luc and Poliakoff, David and Rajamanickam, Sivasankaran and Lebrun-Grandie, Damien and Madsen, Jonathan and Al Awar, Nader and Gligoric, Milos and Shipman, Galen and Womeldorff, Geoff}, journal={Computing in Science Engineering}, - title={The Kokkos EcoSystem: Comprehensive Performance Portability for High Performance Computing}, + title={The Kokkos Ecosystem: Comprehensive Performance Portability for High Performance Computing}, year={2021}, volume={23}, number={5}, diff --git a/docs/source/index.rst b/docs/source/index.rst index bcdcedab8..2453e8d2a 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -11,7 +11,7 @@ Kokkos: The Programming Model :medium:`Kokkos Core implements a programming model in C++ for writing performance portable applications targeting all major HPC platforms. For that purpose it provides abstractions for both parallel execution of code and data management. Kokkos is designed to target complex node architectures with N-level memory hierarchies and multiple types of execution resources. It currently can use CUDA, HIP, SYCL, HPX, OpenMP and C++ threads as backend programming models with several other backends development.` -The `Kokkos EcoSystem `_ includes: +The `Kokkos Ecosystem `_ includes: .. list-table:: :widths: 30 50 20