Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

Platforms and Compilers

Compilers
Platforms
OpenCL Implementations

Boost.Compute has been tested on the following:

  • 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.

  • Linux
  • Mac OSX
  • Windows
  • NVIDIA (NVIDIA GPUs only)
  • AMD (CPUs and AMD GPUs)
  • Intel (CPUs and Intel GPUs)
  • POCL (CPUs only)
  • Beignet (Intel GPUs only)
  • Apple (CPUs and GPUs)

If you have an additional platform you would like to see supported please submit a bug-report.


PrevUpHomeNext