Skip to content

Commit

Permalink
Update compyte
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed May 26, 2014
1 parent cf4a4e3 commit 6f2907b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aksetup_helper.py
Expand Up @@ -723,7 +723,7 @@ def _run_git_command(cmd):
print("Hit Ctrl-C now if you'd like to think about the situation.")
print(DASH_SEPARATOR)
count_down_delay(delay=5)
return stdout.decode("ascii"), git_error
return stdout.decode("utf-8"), git_error


def check_git_submodules():
Expand Down
3 changes: 2 additions & 1 deletion doc/source/misc.rst
Expand Up @@ -381,7 +381,8 @@ Citing PyCUDA
We are not asking you to gratuitously cite PyCUDA in work that is otherwise
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
PyCUDA, feel free to cite this article:
PyCUDA, feel free to cite `this article
<http://dx.doi.org/10.1016/j.parco.2011.09.001>`_:

Andreas Klöckner, Nicolas Pinto, Yunsup Lee, Bryan Catanzaro, Paul Ivanov,
Ahmed Fasih, PyCUDA and PyOpenCL: A scripting-based approach to GPU
Expand Down
2 changes: 1 addition & 1 deletion pycuda/compyte
Submodule compyte updated 2 files
+61 −55 array.py
+37 −3 dtypes.py

0 comments on commit 6f2907b

Please sign in to comment.