Skip to content

Commit cf1ceb5

Browse files
authored
Update index.md
1 parent 71fceaf commit cf1ceb5

File tree

1 file changed

+5
-1
lines changed
  • content/news/2025-02-19-Eigth-Kokkos-tea-time

1 file changed

+5
-1
lines changed

content/news/2025-02-19-Eigth-Kokkos-tea-time/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,19 @@ It can be followed on [Zoom](https://cnrs.zoom.us/j/97834891802?pwd=NXhzd2paY051
1919

2020
Keigo Nitadori will give a talk on "Experience with Kokkos for Lattice QCD Code Bridge++"
2121

22-
Keigo Nitadori is a technical scientist at RIKEN R-CCS.
22+
Keigo Nitadori is a technical scientist at RIKEN R-CCS. He has a Ph.D. in Science (defended in 2009), for Computational Astronomy; he specializes in high-performance gravitational N-body simulations and was recipient of the ACM Gordon Bell Prize in SC09 and SC12.
2323

2424
<!-- {{% cta cta_text="Get the slides" cta_link="2024_Kokkos_TeaTime.pdf" cta_new_tab="true" %}} -->
2525

2626

2727

2828
## Experience with Kokkos for Lattice QCD Code Bridge++
2929

30+
Keigo Nitadori will share some insights from his initial experience developing with the Kokkos framework. The target was a Lattice QCD code, specifically the Domain-wall Fermion kernel from a Japanese community code set, Bridge++.
3031

32+
One of the initial challenges was that even a simple "Hello World" code required adequate knowledge of CMAKE for successful builds, posing a significant barrier for first-time users. To integrate Kokkos with Bridge++ without disrupting their conventions, careful attention was paid to maintaining loose coupling through techniques like the pImpl idiom.
33+
34+
Regarding performance, the NVIDIA GH200 environment delivered sufficient FLOPS and effective bandwidth, as expected from the GPU specifications. In contrast, the AMD MI250 environment presented significant unresolved performance challenges.
3135

3236
## Contribute
3337

0 commit comments

Comments
 (0)