opencl.hpp 490 B

12345678910111213141516
  1. //
  2. // Copyright (c) 2018 Stefan Seefeld
  3. //
  4. // Distributed under the Boost Software License, Version 1.0.
  5. // (See accompanying file LICENSE_1_0.txt or
  6. // copy at http://www.boost.org/LICENSE_1_0.txt)
  7. #ifndef boost_numeric_ublas_opencl_hpp_
  8. #define boost_numeric_ublas_opencl_hpp_
  9. #include <boost/numeric/ublas/opencl/library.hpp>
  10. #include <boost/numeric/ublas/opencl/vector.hpp>
  11. #include <boost/numeric/ublas/opencl/matrix.hpp>
  12. #include <boost/numeric/ublas/opencl/operations.hpp>
  13. #endif