Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
1c0614d
Add working groups info
dalg24 Mar 13, 2025
bbf5fda
Fixup page describing active working groups
dalg24 Mar 14, 2025
c3c2d14
Post information about next (10th) CExA teatime
dalg24 Mar 20, 2025
b6ac09e
Add poster session (#153)
pzehner Mar 31, 2025
526669f
Add kokkos-fft blog post
Mar 14, 2025
3814848
update blog post based on reviews
Mar 19, 2025
80cc3ff
Add bench result on PVC
yasahi-hpc Apr 1, 2025
a526e09
Adding build and packaging meeting link
cedricchevalier19 Apr 1, 2025
6e7b53a
Release Briefing singular
dalg24 Apr 1, 2025
f12f3a5
Add 4.6 release briefing as upcoming meeting
dalg24 Apr 1, 2025
f641372
Move the 4.6 release briefing to past events
dalg24 Apr 10, 2025
c8068dc
Add 4.6 to the Releases page
dalg24 Apr 10, 2025
109c012
Center the release number column
dalg24 Apr 10, 2025
f9ee944
Add blog post about Kokkos Core achieving passing grade with OpenSSF
dalg24 Apr 10, 2025
5d9050e
Fiddle with sections
dalg24 Apr 10, 2025
64f8ff0
Mention HPSF
dalg24 Apr 10, 2025
0c20663
Update Kokkos Kernels documentation URL
dalg24 Apr 15, 2025
f9e8338
Add blog post about new View implementation (#166)
crtrott Apr 16, 2025
701d1f5
Panel announcement (#168)
JBludau Apr 22, 2025
f9b3e35
Synchronize program with hpsf (#169)
JBludau Apr 24, 2025
b13c423
Add link to video on YouTube for the last release briefing
dalg24 Apr 16, 2025
90d0af0
Add link to release 4.4 video
dalg24 Apr 16, 2025
7747a71
Swap Sam's and Chris' talks to avoid conflicts
JBludau Apr 25, 2025
dd4e6eb
Removing the "Sandia" tag that was added to the Team page
dalg24 Apr 25, 2025
c27e823
Announce 11th CExA tea-time
dalg24 Apr 25, 2025
5d8c064
Add Mailing Lists page with instructions to subscribe to announcements
dalg24 May 1, 2025
ef48c45
Add 4.6.1 to the releases page
dalg24 May 1, 2025
fb81054
Update publication list (#141)
crtrott May 2, 2025
e153946
Add a note suggesting to browse Slack channels
dalg24 May 12, 2025
d2ac4f8
Make citing-kokkos a top level alias on kokkos.org (#177)
crtrott May 13, 2025
029075b
Add "Citing Kokkos" tab under "About"
dalg24 May 14, 2025
af6ab4b
Remove KUG 2025 tab
dalg24 May 14, 2025
d26adb1
Publish "Working Group" page under "Community"
dalg24 May 14, 2025
e3f3eba
Update the Kokkos Ecosystem Overview (#178)
crtrott May 14, 2025
eb627f1
Add field report for KUG 2025 (#175)
masterleinad May 14, 2025
82fc2a2
Cleanup About and Documentation (#180)
dalg24 May 16, 2025
dde0830
Move last tea-time to past events
dalg24 Jun 11, 2025
8ac55fd
Announce next tea-time on C++20 modules
dalg24 Jun 11, 2025
6b821c7
Announce June Tea-Time
dalg24 Jun 17, 2025
6885d41
update based on joss submission
Jun 25, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed assets/img/Abstractions.jpg
Binary file not shown.
Binary file added assets/img/Kokkos-Architecture-4-2025.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/Kokkos-Architecture3-1024x582.png
Binary file not shown.
Binary file added assets/img/blog/2025/KUG2025-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/blog/2025/KUG2025-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/blog/2025/KUG2025-3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/blog/2025/KUG2025-4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/blog/2025/KUG2025-Team.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/blog/2025/KUG2025-group.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/blog/2025/kokkos-fft/kokkos-fft.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/blog/2025/view-impl-bridge.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/blog/openssf_best_practices.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
104 changes: 45 additions & 59 deletions config/_default/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,60 +14,46 @@ url = "/about/"
weight = 10

[[languages.en.menu.main]]
identifier = "abstract"
name = "Abstract"
url = "/about/abstract/"
identifier = "overview"
name = "Overview"
url = "/about/overview/"
parent = "About"
weight = 1

[[languages.en.menu.main]]
identifier = "about-core"
name = "Core"
url = "/about/core/"
parent = "About"
weight = 2

[[languages.en.menu.main]]
identifier = "about-kernels"
name = "Kernels"
url = "/about/kernels/"
parent = "About"
weight = 3

[[languages.en.menu.main]]
identifier = "about-tools"
name = "Tools"
url = "/about/tools/"
identifier = "about-citing-kokkos"
name = "Citing Kokkos"
url = "/citing-kokkos"
parent = "About"
weight = 4
weight = 5

[[languages.en.menu.main]]
identifier = "about-releases"
name = "Releases"
url = "/about/releases"
parent = "About"
weight = 5
weight = 6

[[languages.en.menu.main]]
identifier = "about-publications"
name = "Publications"
url = "/about/publications"
parent = "About"
weight = 6
weight = 7

[[languages.en.menu.main]]
identifier = "about-sponsors"
name = "Sponsors"
url = "/acknowledgments/"
parent = "About"
weight = 7
weight = 8

[[languages.en.menu.main]]
identifier = "about-contact"
name = "Contact"
url = "/contact/"
parent = "About"
weight = 8
weight = 9

[[languages.en.menu.main]]
name = "Repositories"
Expand Down Expand Up @@ -109,58 +95,51 @@ weight = 30
[[languages.en.menu.main]]
identifier = "documentation-core"
name = "Core"
url = "https://kokkos.github.io/kokkos-core-wiki/"
url = "https://kokkos.org/kokkos-core-wiki/"
parent = "Documentation"
weight = 10

[[languages.en.menu.main]]
identifier = "documentation-kernels"
name = "Kernels"
url = "https://github.com/kokkos/kokkos-kernels/wiki"
parent = "Documentation"
weight = 20

[[languages.en.menu.main]]
identifier = "documentation-get-started"
name = "Get Started"
url = "https://kokkos.github.io/kokkos-core-wiki/get-started.html"
url = "https://kokkos.org/kokkos-core-wiki/get-started.html"
parent = "Documentation"
weight = 13

[[languages.en.menu.main]]
identifier = "documentation-programming-guide"
name = "Programming Guide"
url = "https://kokkos.github.io/kokkos-core-wiki/programmingguide.html"
url = "https://kokkos.org/kokkos-core-wiki/programmingguide.html"
parent = "Documentation"
weight = 14

[[languages.en.menu.main]]
identifier = "documentation-api-references"
name = "API References"
url = "https://kokkos.github.io/kokkos-core-wiki/api-references.html"
url = "https://kokkos.org/kokkos-core-wiki/api-references.html"
parent = "Documentation"
weight = 15

[[languages.en.menu.main]]
identifier = "documentation-tutorials"
name = "Tutorials"
url = "https://kokkos.github.io/kokkos-core-wiki/tutorials-and-examples.html"
parent = "Documentation"
weight = 15

[[languages.en.menu.main]]
identifier = "documentation-kernels-api"
name = "Kernels API"
url = "https://github.com/kokkos/kokkos-kernels/wiki/APIReference"
identifier = "documentation-kernels"
name = "Kernels"
url = "https://kokkos.org/kokkos-kernels/docs"
parent = "Documentation"
weight = 24
weight = 20

[[languages.en.menu.main]]
identifier = "documentation-tools"
name = "Tools"
url = "https://github.com/kokkos/kokkos-tools/wiki"
parent = "Documentation"
weight = 35
weight = 30

[[languages.en.menu.main]]
identifier = "documentation-tutorials"
name = "Tutorials"
url = "https://kokkos.org/kokkos-core-wiki/tutorials-and-examples.html"
parent = "Documentation"
weight = 40

[[languages.en.menu.main]]
identifier = "blog"
Expand All @@ -173,13 +152,6 @@ name = "Community"
url = "/community/"
weight = 60

[[languages.en.menu.main]]
identifier = "kug-2025"
name = "KUG 2025 @HPSFcon"
url = "/blog/kug-2025/"
parent = "Community"
weight = 1

[[languages.en.menu.main]]
identifier = "community-chat"
name = "Chat"
Expand All @@ -194,33 +166,47 @@ url = "/community/events/"
parent = "Community"
weight = 3

[[languages.en.menu.main]]
identifier = "community-mailing-lists"
name = "Mailing Lists"
url = "/community/mailing-lists/"
parent = "Community"
weight = 4

[[languages.en.menu.main]]
identifier = "tea-time"
name = "CExA Tea Time"
url = "/community/tea-time/"
parent = "Community"
weight = 4
weight = 5

[[languages.en.menu.main]]
identifier = "release-briefings"
name = "Release Briefings"
url = "/community/release-briefings/"
parent = "Community"
weight = 5
weight = 6

[[languages.en.menu.main]]
identifier = "applications"
name = "Applications"
url = "/community/applications/"
parent = "Community"
weight = 6
weight = 7

[[languages.en.menu.main]]
identifier = "team"
name = "Team"
url = "/community/team/"
parent = "Community"
weight = 7
weight = 8

[[languages.en.menu.main]]
identifier = "wgs"
name = "Working Groups"
url = "/working-groups/"
parent = "Community"
weight = 9

[params]
search = true
Expand Down
26 changes: 0 additions & 26 deletions content/about/abstract.md

This file was deleted.

104 changes: 104 additions & 0 deletions content/about/citing-kokkos.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
---
authors: ["kokkos-team"]
title: "Citing Kokkos"
date: "2025-05-12"
tags: [""]
url: "citing-kokkos"
---

# Citing Kokkos

Use the following references when citing Kokkos in your work.

## Overall Ecosystem

The Kokkos Ecosystem citation is in particular appropriate when using multiple Kokkos subprojects.

```
@article{KokkosEcosystem2021,
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},
year={2021},
volume={23},
number={5},
pages={10-18},
doi={10.1109/MCSE.2021.3098509}}
```


## Kokkos Core

The most recent (and primary) citation is:

```
@article{KokkosCore2022,
author={Trott, Christian R. and Lebrun-Grandié, Damien and Arndt, Daniel and Ciesko, Jan
and Dang, Vinh and Ellingwood, Nathan and Gayatri, Rahulkumar and Harvey, Evan
and Hollman, Daisy S. and Ibanez, Dan and Liber, Nevin and Madsen, Jonathan
and Miles, Jeff and Poliakoff, David and Powell, Amy and Rajamanickam, Sivasankaran
and Simberg, Mikael and Sunderland, Dan and Turcksin, Bruno and Wilke, Jeremiah},
journal={IEEE Transactions on Parallel and Distributed Systems},
title={Kokkos 3: Programming Model Extensions for the Exascale Era},
year={2022},
volume={33},
number={4},
pages={805-817},
doi={10.1109/TPDS.2021.3097283}}
```


A description of the fundamental concepts can be found here:

```
@article{KokkosCore2014,
title = "Kokkos: Enabling manycore performance portability through polymorphic memory access patterns ",
journal = "Journal of Parallel and Distributed Computing ",
volume = "74",
number = "12",
pages = "3202 - 3216",
year = "2014",
note = "Domain-Specific Languages and High-Level Frameworks for High-Performance Computing ",
issn = "0743-7315",
doi = "https://doi.org/10.1016/j.jpdc.2014.07.003",
url = "http://www.sciencedirect.com/science/article/pii/S0743731514001257",
author = "H. Carter Edwards and Christian R. Trott and Daniel Sunderland"
}
```


## Kokkos Kernels

```
@misc{KokkosKernels2021,
title={Kokkos Kernels: Performance Portable Sparse/Dense Linear Algebra and Graph Kernels},
author={Sivasankaran Rajamanickam and Seher Acer and Luc Berger-Vergiat and Vinh Dang
and Nathan Ellingwood and Evan Harvey and Brian Kelley and Christian R. Trott
and Jeremiah Wilke and Ichitaro Yamazaki},
year={2021},
eprint={2103.11991},
archivePrefix={arXiv},
primaryClass={cs.MS},
url={https://arxiv.org/abs/2103.11991},
}
```

## Kokkos Tools

```
@InProceedings{10.1007/978-3-030-02465-9_53,
author="Hammond, Simon D.
and Trott, Christian R.
and Ibanez, Daniel
and Sunderland, Daniel",
title="Profiling and Debugging Support for the Kokkos Programming Model",
booktitle="High Performance Computing",
year="2018",
publisher="Springer International Publishing",
address="Cham",
pages="743--754",
isbn="978-3-030-02465-9"
}
```
10 changes: 0 additions & 10 deletions content/about/core.md

This file was deleted.

8 changes: 0 additions & 8 deletions content/about/kernels.md

This file was deleted.

Loading