Blame view

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