ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change
on this file since 7c05b63 was
6673d2f,
checked in by smk78, 8 years ago
|
Typos corrected.
|
-
Property mode set to
100644
|
File size:
1.4 KB
|
Rev | Line | |
---|
[6e0c7b2] | 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 |
---|
[6673d2f] | 16 | * Double Click on Computer Management |
---|
[6e0c7b2] | 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 | ========= |
---|
[6673d2f] | 34 | Depending on the graphic card on your system, drivers |
---|
[6e0c7b2] | 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.