Skip to content

Commit 8500277

Browse files
fix AMD SDK link
1 parent ebe4ef2 commit 8500277

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

INSTALL.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Before we can install PyOpenCL you'll need an OpenCL compiler. There are several
8686
OpenCL compilers available depending on the OpenCL platform you want to your
8787
code to run on.
8888

89-
* `AMD APP SDK <http://developer.amd.com/tools-and-sdks/opencl-zone/amd-accelerated-parallel-processing-app-sdk/>`__
89+
* `AMD APP SDK <https://rocmdocs.amd.com/en/latest/Programming_Guides/Opencl-programming-guide.html>`__
9090
* `Intel OpenCL <https://software.intel.com/en-us/iocl_rt_ref>`__
9191
* `CUDA Toolkit <https://developer.nvidia.com/cuda-toolkit>`__
9292
* `Apple OpenCL <https://developer.apple.com/opencl/>`__
@@ -157,7 +157,3 @@ Or if you have already installed Kernel Tuner and PyCUDA, just use:
157157
.. code-block:: bash
158158
159159
pip install jupyter matplotlib pandas
160-
161-
162-
163-

0 commit comments

Comments
 (0)