OpenCL: Difference between revisions
Created page with "__FORCETOC__ ==Installing== ===Windows=== If you're using an Nvidia GPU, install the Nvidia Cuda Toolkit. ===Linux=== https://gist.github.com/Brainiarc7/dc80b023af5b4e0d02b33..." |
No edit summary |
||
Line 3: | Line 3: | ||
==Installing== | ==Installing== | ||
===Windows=== | ===Windows=== | ||
If you're using an | If you're using an NVIDIA GPU, install the [https://developer.nvidia.com/cuda-toolkit CUDA Toolkit]. | ||
===Linux=== | ===Linux=== | ||
https://gist.github.com/Brainiarc7/dc80b023af5b4e0d02b33923de7ba1ed | https://gist.github.com/Brainiarc7/dc80b023af5b4e0d02b33923de7ba1ed |
Revision as of 17:09, 17 August 2019
Installing
Windows
If you're using an NVIDIA GPU, install the CUDA Toolkit.
Linux
https://gist.github.com/Brainiarc7/dc80b023af5b4e0d02b33923de7ba1ed
Usage
See https://www.eriksmistad.no/getting-started-with-opencl-and-gpu-computing/