add bibtex to ICPE paper
This commit is contained in:
@@ -10,4 +10,11 @@ or if you clone without recursive, then
|
|||||||
|
|
||||||
git submodule update --init
|
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`
|
||||||
|
|||||||
@@ -79,4 +79,23 @@ url_source = ""
|
|||||||
* Best Paper for the ICPE research track papers
|
* Best Paper for the ICPE research track papers
|
||||||
* Functional ACM Artifact Evaluation.
|
* Functional ACM Artifact Evaluation.
|
||||||
|
|
||||||
<img src="/img/acm_artifact_functional.jpg" alt="functional artifact" width="200"/>
|
<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 = {209–218},
|
||||||
|
numpages = {10},
|
||||||
|
keywords = {numa, cuda, power, nvlink, x86, gpu, benchmarking},
|
||||||
|
location = {Mumbai, India},
|
||||||
|
series = {ICPE ’19}
|
||||||
|
}
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user