Skip to content

Commit ccc92df

Browse files
committed
Updated links to Windows and Linux versions of recipe 5.6.
1 parent 67bb895 commit ccc92df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
* [Cython with array buffers](http://nbviewer.ipython.org/github/ipython-books/cookbook-code/blob/master/notebooks/chapter05_hpc/05_ray_3.ipynb)
7878
* [Cython with tuples](http://nbviewer.ipython.org/github/ipython-books/cookbook-code/blob/master/notebooks/chapter05_hpc/05_ray_4.ipynb)
7979
* [Cython with structs](http://nbviewer.ipython.org/github/ipython-books/cookbook-code/blob/master/notebooks/chapter05_hpc/05_ray_5.ipynb)
80-
* [5.6. Releasing the GIL to take advantage of multi-core processors with Cython and OpenMP](http://nbviewer.ipython.org/github/ipython-books/cookbook-code/blob/master/notebooks/chapter05_hpc/06_openmp.ipynb)
80+
* 5.6. Releasing the GIL to take advantage of multi-core processors with Cython and OpenMP: [Windows](http://nbviewer.ipython.org/github/ipython-books/cookbook-code/blob/master/notebooks/chapter05_hpc/06_openmp_windows.ipynb) or [Linux](http://nbviewer.ipython.org/github/ipython-books/cookbook-code/blob/master/notebooks/chapter05_hpc/06_openmp_linux.ipynb)
8181
* [5.7. Writing massively parallel code for NVIDIA graphics cards (GPUs) with CUDA](http://nbviewer.ipython.org/github/ipython-books/cookbook-code/blob/master/notebooks/chapter05_hpc/07_cuda.ipynb)
8282
* [5.8. Writing massively parallel code for heterogeneous platforms with OpenCL](http://nbviewer.ipython.org/github/ipython-books/cookbook-code/blob/master/notebooks/chapter05_hpc/08_opencl.ipynb)
8383
* [5.9. Distributing Python code across multiple cores with IPython](http://nbviewer.ipython.org/github/ipython-books/cookbook-code/blob/master/notebooks/chapter05_hpc/09_ipyparallel.ipynb)

0 commit comments

Comments
 (0)