Skip to content

Commit bfa3fc5

Browse files
authored
Docs: adding the graph coloring publication (kokkos#2834)
I forgot to add that publication when I initially created the page. Adding it now to fix that oversight... Signed-off-by: Luc Berger-Vergiat <[email protected]>
1 parent 555c6fc commit bfa3fc5

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/source/publications.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,21 @@ Two-stage Gauss-Seidel
8686
primaryClass={math.NA},
8787
url={https://arxiv.org/abs/2104.01196}}
8888

89+
Graph Coloring
90+
--------------
91+
92+
::
93+
94+
@INPROCEEDINGS{deveci2016parallelgraphcoloring,
95+
author={Deveci, Mehmet and Boman, Erik G and Devine, Karen D. and Rajamanickam, Sivasankaran},
96+
booktitle={2016 IEEE International Parallel and Distributed Processing Symposium (IPDPS)},
97+
title={Parallel Graph Coloring for Manycore Architectures},
98+
year={2016},
99+
volume={},
100+
number={},
101+
pages={892-901},
102+
doi={10.1109/IPDPS.2016.54}}
103+
89104
Distance-2 Maximal Independent Set and Graph Coarsening
90105
-------------------------------------------------------
91106

0 commit comments

Comments
 (0)