HPXCL
/home/diehl/git/hpxcl/hpxcl/opencl.hpp
00001 // Copyright (c)    2013 Martin Stumpf
00002 //
00003 // Distributed under the Boost Software License, Version 1.0. (See accompanying
00004 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
00005 
00006 #pragma once
00007 #ifndef HPX_OPENCL_HPP_
00008 #define HPX_OPENCL_HPP_
00009 
00010     #include "opencl/device.hpp"
00011     #include "opencl/create_devices.hpp"
00012     #include "opencl/buffer.hpp"
00013     #include "opencl/program.hpp"
00014     #include "opencl/kernel.hpp"
00015 
00016 #endif
00017 
 All Classes Functions