- Timestamp:
- Oct 6, 2016 2:24:32 PM (8 years ago)
- Branches:
- master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- 5b37fd6
- Parents:
- 4a2e1e5
- git-author:
- Wojciech Potrzebowski <Wojciech.Potrzebowski@…> (10/06/16 14:24:32)
- git-committer:
- Andrew Jackson <andrew.jackson@…> (10/06/16 14:24:32)
- Location:
- doc/ref
- Files:
-
- 1 added
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
doc/ref/gpu_computations.rst
r1875f4e r886fa25 1 1 .. _models-complitation: 2 2 3 **************** **4 Models Compliation 5 **************** **3 **************** 4 GPU Computations 5 **************** 6 6 SasView model evaluations can run on your graphics card (GPU) or they can run 7 7 on the processor (CPU). 8 8 9 9 To run on the GPU, your computer must have OpenCL drivers installed. 10 11 ... give details on how to identify graphics cards, how to tell if OpenCL 12 is already installed and where to get drivers if it is not ... 13 14 Note that Intel provides an OpenCL drivers for Intel processors. 15 This can sometimes make use of special vector instructions across multiple 16 processors, so it is worth installing if the GPU does not support double 17 precision. 18 You can install this driver alongside the GPU driver for NVIDIA or AMD. 10 For information about OpenCL installation see the 11 :ref:`opencl-installation` documentation 19 12 20 13 Where the model is evaluated is a little bit complicated. -
doc/ref/index.rst
r4a2e1e5 r886fa25 9 9 intro.rst 10 10 refs.rst 11 compilation.rst11 gpu_computations.rst 12 12 magnetism/magnetism.rst 13 13 sesans/sans_to_sesans.rst
Note: See TracChangeset
for help on using the changeset viewer.