diff --git a/doc/compute.qbk b/doc/compute.qbk index 7c3381de..63925143 100644 --- a/doc/compute.qbk +++ b/doc/compute.qbk @@ -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] diff --git a/doc/platforms_and_compilers.qbk b/doc/platforms_and_compilers.qbk new file mode 100644 index 00000000..e2aecccc --- /dev/null +++ b/doc/platforms_and_compilers.qbk @@ -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]