core_shell_microgelscostrafo411magnetic_modelticket-1257-vesicle-productticket_1156ticket_1265_superballticket_822_more_unit_tests
Last change
on this file since adc753d was
886fa25,
checked in by ajj, 8 years ago
|
Ticket576 - updated custom models not being recompiled (#10)
- OpenCL drivers installation has been added
- Moved compilation.rst to gpu_computations.rst (more propreiate name)
- Unloading lib from ctypes by triggering release function in kerneldll ref #576
- Import clean-ups in kerneldll
|
-
Property mode set to
100644
|
File size:
1.4 KB
|
Rev | Line | |
---|
[886fa25] | 1 | .. _opencl-installation: |
---|
| 2 | |
---|
| 3 | ******************* |
---|
| 4 | OpenCL Installation |
---|
| 5 | ******************* |
---|
| 6 | |
---|
| 7 | 1. Check if you have OpenCL already installed |
---|
| 8 | ============================================= |
---|
| 9 | |
---|
| 10 | Windows |
---|
| 11 | ========= |
---|
| 12 | The following instructions are based on |
---|
| 13 | http://web.engr.oregonstate.edu/~mjb/cs475/DoIHaveOpenCL.pdf |
---|
| 14 | |
---|
| 15 | * Go to: Start -> Control Panel -> Administrative Tools |
---|
| 16 | * Double Click on Computer Managment |
---|
| 17 | * Click on Device Manager |
---|
| 18 | * Click open Display Adapters |
---|
| 19 | * Right-click on available adapter and select Properties |
---|
| 20 | * Click on Driver |
---|
| 21 | * Go to Driver Details |
---|
| 22 | * Scroll down and see if OpenCL is installed (look for OpenCL*.dll files) |
---|
| 23 | |
---|
| 24 | Mac OSX |
---|
| 25 | ========= |
---|
| 26 | For OSXs higher than 10.6 OpenCL is shipped along with the system. |
---|
| 27 | |
---|
| 28 | |
---|
| 29 | 2. Installation |
---|
| 30 | =============== |
---|
| 31 | |
---|
| 32 | Windows |
---|
| 33 | ========= |
---|
| 34 | Depeneding on the graphic card on your system, drivers |
---|
| 35 | can be obtained from different sources: |
---|
| 36 | |
---|
| 37 | * Nvidia: https://developer.nvidia.com/opencl |
---|
| 38 | * AMD: http://developer.amd.com/tools-and-sdks/opencl-zone/ |
---|
| 39 | |
---|
| 40 | Mac OSX |
---|
| 41 | ========= |
---|
| 42 | N/A |
---|
| 43 | |
---|
| 44 | |
---|
| 45 | .. note:: |
---|
| 46 | Note that Intel provides an OpenCL drivers for Intel processors: |
---|
| 47 | https://software.intel.com/en-us/articles/opencl-drivers |
---|
| 48 | This can sometimes make use of special vector instructions across multiple |
---|
| 49 | processors, so it is worth installing if the GPU does not support double |
---|
| 50 | precision. You can install this driver alongside the GPU driver for NVIDIA |
---|
| 51 | or AMD. |
---|
Note: See
TracBrowser
for help on using the repository browser.