Skip to content

Commit

Permalink
Update compyte for numpy ticket 2017 workaround.
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jan 15, 2012
1 parent 1de2c0a commit c6697bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/demo.py
Expand Up @@ -22,7 +22,7 @@
""") """)


func = mod.get_function("doublify") func = mod.get_function("doublify")
func(a_gpu, block=(4,4,1), grid=(1,1)) func(a_gpu, block=(4,4,1), grid=(1,1), shared=0)


a_doubled = numpy.empty_like(a) a_doubled = numpy.empty_like(a)
cuda.memcpy_dtoh(a_doubled, a_gpu) cuda.memcpy_dtoh(a_doubled, a_gpu)
Expand Down
2 changes: 1 addition & 1 deletion pycuda/compyte
Submodule compyte updated from f812f3 to bd76ff

0 comments on commit c6697bc

Please sign in to comment.