summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Rivera <grafikrobot@gmail.com>2015-09-08 11:13:54 -0500
committerRene Rivera <grafikrobot@gmail.com>2015-09-08 11:13:54 -0500
commitb7fc702b8a0de18b5153bcbadb3b37879737e8ea (patch)
treeeda902453bd27885241e29e6d580162e219a5cca
parent4cf919071014a772cb09fae2299b09c977995fdc (diff)
parent53f336f31b13e950e72f53a2757409d853903ae6 (diff)
downloadboost-b7fc702b8a0de18b5153bcbadb3b37879737e8ea.tar.gz
Merge pull request #86 from kylelutz/boost-compute-libraries-htm
Add Boost.Compute to libraries.htm
-rw-r--r--libs/libraries.htm2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/libraries.htm b/libs/libraries.htm
index ad4bba562f..e1f7dca92d 100644
--- a/libs/libraries.htm
+++ b/libs/libraries.htm
@@ -115,6 +115,7 @@ how to download, build, and install the libraries.</p>
<li><a href="utility/compressed_pair.htm">compressed_pair</a>
- Empty member optimization, from John Maddock, Howard
Hinnant, et al.</li>
+ <li><a href="compute/index.html">compute</a> - GPU/parallel-computing library based on OpenCL, from Kyle Lutz.</li>
<li><a href="concept_check/concept_check.htm">concept check</a>
- Tools for generic programming, from Jeremy Siek.</li>
<li><a href="config/config.htm">config</a> - Helps boost
@@ -437,6 +438,7 @@ how to download, build, and install the libraries.</p>
I/O, including sockets, timers, hostname resolution, socket iostreams, serial
ports, file descriptors and Windows HANDLEs, from Chris Kohlhoff.</li>
<li><a href="atomic/index.html">atomic</a> - C++11-style atomic<>, from Helge Bahmann, maintained by Tim Blechmann</li>
+ <li><a href="compute/index.html">compute</a> - GPU/parallel-computing library based on OpenCL, from Kyle Lutz.</li>
<li><a href="context/index.html">context</a> - Context switching library, from Oliver Kowalke</li>
<li><a href="coroutine/index.html">coroutine</a> - Coroutine library, from Oliver Kowalke</li>
<li><a href="interprocess/index.html">interprocess</a> - Shared memory, memory mapped files,