Skip to content

Commit

Permalink
Merge pull request #586 from dalg24/ecosystem_spelling
Browse files Browse the repository at this point in the history
Fix EcoSystem -> Ecosystem spelling
  • Loading branch information
dalg24 authored Sep 26, 2024
2 parents 33e79e6 + 9a914a1 commit 0df06df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/citation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/kokkos>`_ includes:
The `Kokkos Ecosystem <https://github.com/kokkos>`_ includes:

.. list-table::
:widths: 30 50 20
Expand Down

0 comments on commit 0df06df

Please sign in to comment.