compute.qbk 1.0 KB

12345678910111213141516171819202122232425262728293031323334
  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. [library Boost.Compute
  8. [quickbook 1.5]
  9. [authors [Lutz, Kyle]]
  10. [copyright 2013-2014 Kyle Lutz]
  11. [purpose A multi-core/GPGPU computing library]
  12. [category concurrent]
  13. [id compute]
  14. [dirname compute]
  15. [license
  16. Distributed under the Boost Software License, Version 1.0.
  17. (See accompanying file LICENSE_1_0.txt or copy at
  18. [@http://www.boost.org/LICENSE_1_0.txt])
  19. ]
  20. ]
  21. [include introduction.qbk]
  22. [include getting_started.qbk]
  23. [include design.qbk]
  24. [include tutorial.qbk]
  25. [include advanced_topics.qbk]
  26. [include interop.qbk]
  27. [include porting_guide.qbk]
  28. [include platforms_and_compilers.qbk]
  29. [include reference.qbk]
  30. [include performance.qbk]
  31. [include faq.qbk]