-
Notifications
You must be signed in to change notification settings - Fork 19
Make citing-kokkos a top level alias on kokkos.org #177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
dalg24 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
--- | ||
|
||
# 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" | ||
} | ||
``` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.