Changes in / [956960a:1b85b55] in sasmodels
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/ref/gpu/gpu_computations.rst
r7e74ed5 r1a6cd57 31 31 from available OpenCL platforms. 32 32 33 OpenCL devices can be set from OpenCL options dialog in Fitting menu or as34 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 40 33 SasView prefers AMD or NVIDIA drivers for GPU, and prefers Intel or 41 34 Apple drivers for CPU. Both GPU and CPU are included on the assumption that CPU … … 46 39 chose to run the model. 47 40 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 44 If you want to use one of the other devices, you can run the following 45 from the python console in SasView:: 51 46 52 47 import pyopencl as cl
Note: See TracChangeset
for help on using the changeset viewer.