Changes in / [1896dff:a3002be] in sasmodels


Ignore:
File:
1 edited

Legend:

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

    r7e74ed5 r1a6cd57  
    3131from available OpenCL platforms. 
    3232 
    33 OpenCL devices can be set from OpenCL options dialog in Fitting menu or as 
    34 enviromental variables. 
    35  
    36 **If you don't want to use OpenCL, you can select "No OpenCL" option from** 
    37 **GUI dialog or set *SAS_OPENCL=None* in your environment settings** 
    38 **This will only use normal programs.** 
    39  
    4033SasView prefers AMD or NVIDIA drivers for GPU, and prefers Intel or 
    4134Apple drivers for CPU. Both GPU and CPU are included on the assumption that CPU  
     
    4639chose to run the model. 
    4740 
    48 If you want to use one of the other devices, you can select it from OpenCL 
    49 options dialog (accessible from Fitting menu) or run the following from 
    50 the python console in SasView:: 
     41**If you don't want to use OpenCL, you can set** *SAS_OPENCL=None* 
     42**in your environment settings, and it will only use normal programs.** 
     43 
     44If you want to use one of the other devices, you can run the following 
     45from the python console in SasView:: 
    5146 
    5247    import pyopencl as cl 
Note: See TracChangeset for help on using the changeset viewer.