Replies: 1 comment
-
|
Thanks! Fixed in 993df4d. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear developer,
There is a tiny mistake in the tutorial at: https://documen.tician.de/pycuda/tutorial.html
In the "Executing a Kernel" and "Bonus: Abstracting Away the Complications" sections there are print statements that have missing parentheses:
print a_doubledprint aprint a_doubledprint a_gpuI have checked the examples/demo.py which the tutorial refers to and there they are already incorporated. It's not a big deal but just wanted to inform you.
Beta Was this translation helpful? Give feedback.
All reactions