add bibtex to ICPE paper

This commit is contained in:
Carl Pearson
2020-02-27 12:44:00 -06:00
parent 429c52dcdd
commit c6db6e3d74
2 changed files with 28 additions and 2 deletions

View File

@@ -10,4 +10,11 @@ or if you clone without recursive, then
git submodule update --init
Install [Hugo-extended 0.60.1](https://github.com/gohugoio/hugo/releases/tag/v0.60.1)
of if you already have it cloned
git pull
git submodule update
Install
* [Hugo-extended 0.65.3](https://github.com/gohugoio/hugo/releases/tag/v0.65.3)
* Latest extended: `snap install hugo --channel=extended`

View File

@@ -80,3 +80,22 @@ url_source = ""
* Functional ACM Artifact Evaluation.
<img src="/img/acm_artifact_functional.jpg" alt="functional artifact" width="200"/>
```bibtex
@inproceedings{10.1145/3297663.3310299,
author = {Pearson, Carl and Dakkak, Abdul and Hashash, Sarah and Li, Cheng and Chung, I-Hsin and Xiong, Jinjun and Hwu, Wen-Mei},
title = {Evaluating Characteristics of CUDA Communication Primitives on High-Bandwidth Interconnects},
year = {2019},
isbn = {9781450362399},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3297663.3310299},
doi = {10.1145/3297663.3310299},
booktitle = {Proceedings of the 2019 ACM/SPEC International Conference on Performance Engineering},
pages = {209218},
numpages = {10},
keywords = {numa, cuda, power, nvlink, x86, gpu, benchmarking},
location = {Mumbai, India},
series = {ICPE 19}
}
```