introduction.qbk 741 B

123456789101112131415161718
  1. [/===========================================================================
  2. Copyright (c) 2013-2015 Kyle Lutz <kyle.r.lutz@gmail.com>
  3. Distributed under the Boost Software License, Version 1.0
  4. See accompanying file LICENSE_1_0.txt or copy at
  5. http://www.boost.org/LICENSE_1_0.txt
  6. =============================================================================/]
  7. [section:introduction Introduction]
  8. The Boost Compute library provides a C++ interface to multi-core CPU and GPGPU
  9. computing platforms based on [@http://en.wikipedia.org/wiki/OpenCL OpenCL].
  10. The project is hosted on GitHub at [@https://github.com/boostorg/compute]. Click
  11. the arrow below to see the guide on [link boost_compute.getting_started Getting
  12. Started].
  13. [endsect]