-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #185 from radelja/citation-file
Add CITATION file
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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,28 @@ | ||
cff-version: 1.2.0 | ||
preferred-citation: | ||
type: conference-paper | ||
doi: 10.1145/3422575.3422794 | ||
authors: | ||
- family-names: Lavin | ||
given-names: Patrick | ||
- family-names: Young | ||
given-names: Jeffrey | ||
- family-names: Vuduc | ||
given-names: Richard | ||
- family-names: Riedy | ||
given-names: Jason | ||
- family-names: Vose | ||
given-names: Aaron | ||
- family-names: Ernst | ||
given-names: Daniel | ||
title: "Evaluating Gather and Scatter Performance on CPUs and GPUs" | ||
url: "https://doi.org/10.1145/3422575.3422794" | ||
publisher: | ||
name: "Association for Computing Machinery" | ||
collection-title: "Proceedings of the International Symposium on Memory Systems" | ||
conference: | ||
name: "MEMSYS '20" | ||
start: 209 | ||
end: 222 | ||
year: 2021 | ||
|