From ed0a45391d37fa61500e9f9da6dd102654749a1e Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Wed, 18 Jan 2012 02:53:41 -0500 Subject: [PATCH] Update paper cite data. --- doc/source/misc.rst | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/doc/source/misc.rst b/doc/source/misc.rst index a99130c1..806fb259 100644 --- a/doc/source/misc.rst +++ b/doc/source/misc.rst @@ -354,24 +354,27 @@ unrelated to software. That said, if you do discuss some of the development aspects of your code and would like to highlight a few of the ideas behind PyOpenCL, feel free to cite this article: - Andreas Klöckner, Nicolas Pinto, Yunsup Lee, Bryan Catanzaro, Paul Ivanov, Ahmed Fasih. - `PyCUDA and PyOpenCL: A Scripting-Based Approach to GPU Run-Time Code Generation `_ - November 2009, submitted. + Andreas Klöckner, Nicolas Pinto, Yunsup Lee, Bryan Catanzaro, Paul Ivanov, + Ahmed Fasih, PyCUDA and PyOpenCL: A scripting-based approach to GPU + run-time code generation, Parallel Computing, Volume 38, Issue 3, March + 2012, Pages 157-174. Here's a Bibtex entry for your convenience:: - @techreport{kloeckner_pycuda_2009, - author = {{Kl{\"o}ckner}, Andreas - and {Pinto}, Nicolas - and {Lee}, Yunsup - and {Catanzaro}, B. - and {Ivanov}, Paul + @article{kloeckner_pycuda_2012, + author = {{Kl{\"o}ckner}, Andreas· + and {Pinto}, Nicolas· + and {Lee}, Yunsup· + and {Catanzaro}, B.· + and {Ivanov}, Paul· and {Fasih}, Ahmed }, title = "{PyCUDA and PyOpenCL: A Scripting-Based Approach to GPU Run-Time Code Generation}", - url = {http://arxiv.org/abs/0911.3456}, - institution = "Scientific Computing Group, Brown University", - number = "2009-40", - address = "Providence, RI, USA", - year = 2009, - month = nov, + journal = "Parallel Computing", + volume = "38", + number = "3", + pages = "157--174", + year = "2012", + issn = "0167-8191", + doi = "10.1016/j.parco.2011.09.001", } + -- GitLab