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:
@@ -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]
|
||||
|
||||
33
doc/platforms_and_compilers.qbk
Normal file
33
doc/platforms_and_compilers.qbk
Normal 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]
|
||||
Reference in New Issue
Block a user