compute.qbk 1.05 KB
[/===========================================================================
 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]