Changeset ec8b9a3 in sasmodels


Ignore:
Timestamp:
Oct 8, 2016 11:47:03 AM (8 years ago)
Author:
smk78
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
3a45c2c
Parents:
711f17e
Message:

Tweaks to text, including a warning about OpenCL drivers and a link to
an Apple compatibility table. Closes #734

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/ref/gpu/opencl_installation.rst

    r6ae7957 rec8b9a3  
    44OpenCL Installation 
    55******************* 
     6*Warning! GPU devices do not in general offer the same level of memory protection as CPU devices. If your code attempts to write outside allocated memory buffers unpredicatable behaviour may result (eg, your video display may freeze, or your system may crash, etc). Do not install OpenCL drivers without first checking for known issues (eg, some computer manufacturers install modified graphics drivers so replacing these may not be a good idea!). If in doubt, seek advice from an IT professional before proceeding further.* 
    67 
    781. Check if you have OpenCL already installed 
     
    910 
    1011Windows 
    11 ========= 
     12....... 
    1213    The following instructions are based on 
    1314    http://web.engr.oregonstate.edu/~mjb/cs475/DoIHaveOpenCL.pdf 
    1415 
    15     * Go to: Start -> Control Panel -> Administrative Tools 
     16    * Go to: Start -> Control Panel -> System & Security -> Administrative Tools 
    1617    * Double Click on Computer Managment 
    1718    * Click on Device Manager 
     
    2324 
    2425Mac OSX 
    25 ========= 
    26     For OSXs higher than 10.6 OpenCL is shipped along with the system. 
     26....... 
     27    For OS X operating systems higher than 10.6 OpenCL is shipped along with the system. 
     28 
     29    However, OpenCL has had a rocky history on Macs. Apple provide a useful compatibility table at https://support.apple.com/en-us/HT202823 
    2730 
    2831 
     
    3134 
    3235Windows 
    33 ========= 
    34     Depeneding on the graphic card on your system, drivers 
     36....... 
     37    Depending on the graphic card in your system, drivers 
    3538    can be obtained from different sources: 
    3639 
    37     * Nvidia: https://developer.nvidia.com/opencl 
     40    * NVIDIA: https://developer.nvidia.com/opencl 
    3841    * AMD: http://developer.amd.com/tools-and-sdks/opencl-zone/ 
    3942 
    4043Mac OSX 
    41 ========= 
     44....... 
    4245    N/A 
     46         
     47        You cannot download OpenCL driver updates for your Mac. They are packaged with the normal quarterly OS X updates from Apple.  
    4348 
    4449 
    4550.. 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 
     51    Intel provides OpenCL drivers for Intel processors at     https://software.intel.com/en-us/articles/opencl-drivers  
     52    These can sometimes make use of special vector instructions across multiple 
    4953    processors, so it is worth installing if the GPU does not support double 
    5054    precision. You can install this driver alongside the GPU driver for NVIDIA 
    5155    or AMD. 
     56 
     57         
     58.. note:: 
     59    This help document was last changed by Steve King, 08Oct2016 
Note: See TracChangeset for help on using the changeset viewer.