2
0
mirror of https://github.com/boostorg/compute.git synced 2026-01-24 05:42:14 +00:00

Add documentation for supported platforms

This adds documentation listing the supported platforms,
compilers, and OpenCL implementations.
This commit is contained in:
Kyle Lutz
2013-08-21 21:26:27 -04:00
parent 3a7b90ff06
commit bc00a3fe27
2 changed files with 34 additions and 0 deletions

View File

@@ -18,6 +18,7 @@
[include tutorial.qbk]
[include advanced_topics.qbk]
[include porting_guide.qbk]
[include platforms_and_compilers.qbk]
[section Reference]
[xinclude autodoc.xml]

View File

@@ -0,0 +1,33 @@
[section:platforms_and_compilers Platforms and Compilers]
Boost.Compute has been tested on the following:
[section Compilers]
* GCC (>= 4.6)
* Clang (>= 3.0)
* MSVC (>= 2010)
[endsect]
[section Platforms]
* Linux
* Mac OSX
* Windows
[endsect]
[section OpenCL Implementations]
* NVIDIA (GPUs only)
* AMD (CPUs and GPUs)
* Intel (CPUs only)
* POCL (CPUs only)
[endsect]
If you have an additional platform you would like to see supported please
submit a bug-report.
[endsect]