2
0
mirror of https://github.com/boostorg/compute.git synced 2026-01-28 19:12:15 +00:00
Files
compute/doc/platforms_and_compilers.qbk
2014-07-11 23:25:41 -07:00

41 lines
823 B
Plaintext

[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)
Boost.Compute requires variadic macro support. Variadic macros are supported by
most modern C++98 compilers and all C++11 compilers.
To explicitly enable variadic support for Boost.Preprocessor add
`-DBOOST_PP_VARIADICS=1` to your compiler flags.
[endsect]
[section Platforms]
* Linux
* Mac OSX
* Windows
[endsect]
[section OpenCL Implementations]
* NVIDIA (NVIDIA GPUs only)
* AMD (CPUs and AMD GPUs)
* Intel (CPUs only)
* POCL (CPUs only)
* Beignet (Intel GPUs only)
[endsect]
If you have an additional platform you would like to see supported please
[@https://github.com/kylelutz/compute/issues/new submit] a bug-report.
[endsect]