source: sasmodels/doc/ref/gpu/opencl_installation.rst @ 6ae7957

core_shell_microgelscostrafo411magnetic_modelticket-1257-vesicle-productticket_1156ticket_1265_superballticket_822_more_unit_tests
Last change on this file since 6ae7957 was 6ae7957, checked in by ajj, 8 years ago

Modifying doc arrangement to make sasview build work better.

  • Property mode set to 100644
File size: 1.4 KB
RevLine 
[886fa25]1.. _opencl-installation:
2
3*******************
4OpenCL Installation
5*******************
6
71. Check if you have OpenCL already installed
8=============================================
9
10Windows
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
24Mac OSX
25=========
26    For OSXs higher than 10.6 OpenCL is shipped along with the system.
27
28
292. Installation
30===============
31
32Windows
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
40Mac 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.