Spaces:
Build error
Build error
File size: 304 Bytes
3e5595b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
#pragma once
// OpenCL Utils includes
#include "OpenCLUtils_Export.h"
#include <CL/Utils/Detail.hpp>
#include <CL/Utils/Error.hpp>
#include <CL/Utils/Platform.hpp>
#include <CL/Utils/Device.hpp>
#include <CL/Utils/Context.hpp>
#include <CL/Utils/Event.hpp>
// OpenCL includes
#include <CL/opencl.hpp>
|