13 | | As of v0.11, the {{{OpenCL}}} module is installed by default, but to actually use this module you must ensure that {{{OpenCL}}} and providers are installed on your system. |
| 13 | As of v0.11, the {{{OpenCL}}} module is installed by default, but to actually use this module you must ensure that {{{OpenCL}}} and providers are installed on your system, which is beyond the scope of this project. |
| 14 | |
| 15 | At runtime, the server should detect the availability of {{{OpenCL}}} and print the platforms and devices it chose: |
| 16 | {{{ |
| 17 | PyOpenCL loaded, header version: 1.2, GL support: False |
| 18 | using platform: NVIDIA CUDA (NVIDIA Corporation) |
| 19 | using device: GPU: GeForce GTX 760 (OpenCL 1.1 CUDA / OpenCL C 1.1 ) |
| 20 | }}} |