diff options
Diffstat (limited to 'src/boost/libs/compute/test/check/has_opencl.cpp')
-rw-r--r-- | src/boost/libs/compute/test/check/has_opencl.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/boost/libs/compute/test/check/has_opencl.cpp b/src/boost/libs/compute/test/check/has_opencl.cpp new file mode 100644 index 00000000..10769d2b --- /dev/null +++ b/src/boost/libs/compute/test/check/has_opencl.cpp @@ -0,0 +1,11 @@ +//---------------------------------------------------------------------------// +// Copyright (c) 2017 Kohei Takahashi +// +// 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 +// +// See http://boostorg.github.com/compute for more information. +//---------------------------------------------------------------------------// + +#include <boost/compute/cl.hpp> |