Skip to content

Commit 5682d48

Browse files
committed
Fix more typos
1 parent 5efbc9f commit 5682d48

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.typos.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1+
[default.extend-identifiers]
2+
WlQ2PN0Fmhg = "WlQ2PN0Fmhg"
3+
14
[default.extend-words]
25
# Don't correct these word (parts)
36
softwares = "softwares"
47

58
[files]
69
# Files containing french words
710
extend-exclude = [
8-
"content/authors/jean-francois-david/_index.md",
9-
"content/kokkos-tea-time/2026-01-21-kokkos-tea-time--kokkos-comm/index.md",
1011
"content/news/2023-11-19-CExA-coffees/index.md",
1112
"content/news/2023-11-20-PTC/index.md",
1213
"content/news/2023-11-27-First-CExA-coffee/index.md",

content/authors/jean-francois-david/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ user_groups:
2121

2222
---
2323

24-
Jean-François David is a Research Scientist at CEA, Institut de Recherche sur les Lois Fondamentales de l'Univers. He specializes in developing tools and methodologies for performance optimization, helping improve the efficiency and scalability of advanced computing applications. His work combines research and practical implementation to address real-world performance challenges.
24+
Jean-François David is a Research Scientist at CEA, Institute of Research into the Fundamental laws of the Universe. He specializes in developing tools and methodologies for performance optimization, helping improve the efficiency and scalability of advanced computing applications. His work combines research and practical implementation to address real-world performance challenges.

content/kokkos-tea-time/2026-01-21-kokkos-tea-time--kokkos-comm/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Gabriel Dos Santos is a Ph.D. student at CEA, France. Following a Master’s deg
4040

4141
## Kokkos Comm: Performance-Portable Communication API for Distributed Kokkos Applications
4242

43-
Kokkos Comm is a lightweight C++ library providing performance-portable explicit communication primitives for distributed Kokkos applications. It aims to eliminate code duplication across the Kokkos ecosystem by centralizing solutions to common pain points. Kokkos Comm addresses critical integration challenges between the Kokkos execution model and distributed memory programming by automatically handling GPU awareness, non-contiguous data marshalling, and view lifetime management. It features a minimal asynchronous API that exposes a streamlined subset of the usual point-to-point and collective operations, while preserving flexibility and abstracting backend-specific complexity. The design is centered around simple, composable, and extensible interfaces, ensuring near-zero overhead compared to hand-rolled solutions. Currently, MPI and NCCL backends are supported, with other GPU-oriented (RCCL, oneCLL) and NIC-oriented (OFI, UCX, Portals) backends being explored. Built with C++20, Kokkos Comm maintains performance portability across complex heterogeneous systems (multi-GPU, multi-NIC) while serving as a research platform for advanced communication patterns, parallel programming models and standardization efforts. Kokkos Comm's philosophy is simple: easy to use, hard to misuse.
43+
Kokkos Comm is a lightweight C++ library providing performance-portable explicit communication primitives for distributed Kokkos applications. It aims to eliminate code duplication across the Kokkos ecosystem by centralizing solutions to common pain points. Kokkos Comm addresses critical integration challenges between the Kokkos execution model and distributed memory programming by automatically handling GPU awareness, non-contiguous data marshalling, and view lifetime management. It features a minimal asynchronous API that exposes a streamlined subset of the usual point-to-point and collective operations, while preserving flexibility and abstracting backend-specific complexity. The design is centered around simple, composable, and extensible interfaces, ensuring near-zero overhead compared to hand-rolled solutions. Currently, MPI and NCCL backends are supported, with other GPU-oriented (RCCL, oneCCL) and NIC-oriented (OFI, UCX, Portals) backends being explored. Built with C++20, Kokkos Comm maintains performance portability across complex heterogeneous systems (multi-GPU, multi-NIC) while serving as a research platform for advanced communication patterns, parallel programming models and standardization efforts. Kokkos Comm's philosophy is simple: easy to use, hard to misuse.
4444

4545

4646
## Additional info

0 commit comments

Comments
 (0)