2
0
mirror of https://github.com/boostorg/compute.git synced 2026-01-26 06:22:37 +00:00

Add utility directory

This adds a new utility directory and moves some of the utility
functions and classes (e.g. dim(), extents, wait_list) there.
This commit is contained in:
Kyle Lutz
2014-12-06 12:49:04 -08:00
parent d96ffce9ee
commit 425a9c006f
42 changed files with 343 additions and 266 deletions

View File

@@ -13,10 +13,10 @@
#include <boost/compute/command_queue.hpp>
#include <boost/compute/kernel.hpp>
#include <boost/compute/program.hpp>
#include <boost/compute/source.hpp>
#include <boost/compute/system.hpp>
#include <boost/compute/algorithm/copy.hpp>
#include <boost/compute/container/vector.hpp>
#include <boost/compute/utility/source.hpp>
namespace compute = boost::compute;