Blame view

3rdparty/boost_1_81_0/libs/compute/doc/compute.qbk 1.05 KB
e6ccf0ce   Hu Chunming   提交三方库
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
  [/===========================================================================
   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
  =============================================================================/]
  
  [library Boost.Compute
      [quickbook 1.5]
      [authors [Lutz, Kyle]]
      [copyright 2013-2014 Kyle Lutz]
      [purpose A multi-core/GPGPU computing library]
      [category concurrent]
      [id compute]
      [dirname compute]
      [license
          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])
      ]
  ]
  
  [include introduction.qbk]
  [include getting_started.qbk]
  [include design.qbk]
  [include tutorial.qbk]
  [include advanced_topics.qbk]
  [include interop.qbk]
  [include porting_guide.qbk]
  [include platforms_and_compilers.qbk]
  [include reference.qbk]
  [include performance.qbk]
  [include faq.qbk]