Skip to content

Commit

Permalink
Removing superfluous line.
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Oldag authored and Drew Oldag committed Jun 18, 2024
1 parent 7f99a8d commit 7824e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/notebooks/example-cuda-python.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"NUM_THREADS = 512 # Threads per block\n",
"NUM_BLOCKS = 32768 # Blocks per grid\n",
"\n",
"a = np.array([2.0], dtype=np.float32)51515\n",
"a = np.array([2.0], dtype=np.float32)\n",
"n = np.array(NUM_THREADS * NUM_BLOCKS, dtype=np.uint32)\n",
"bufferSize = n * a.itemsize\n",
"\n",
Expand Down

0 comments on commit 7824e7a

Please sign in to comment.