Skip to content

Commit 3e8cbe4

Browse files
committed
Delete duplicate line
1 parent 0bcefd0 commit 3e8cbe4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source-code/gpu/pycuda.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,6 @@
684684
"kernel_mandelbrot = ElementwiseKernel('pycuda::complex<float> *z, pycuda::complex<float> c, int *graph, int max_iters',\n",
685685
" '''\n",
686686
" graph[i] = 0;\n",
687-
" graph[i] = 0;\n",
688687
" while (graph[i] < max_iters && abs(z[i]) < 2.0) {\n",
689688
" z[i] = z[i]*z[i] + c;\n",
690689
" graph[i]++;\n",

0 commit comments

Comments
 (0)