16 lines
333 B
C++
16 lines
333 B
C++
|
|
#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>
|
||
|
|
#include <CL/Utils/File.hpp>
|
||
|
|
|
||
|
|
// OpenCL includes
|
||
|
|
#include <CL/opencl.hpp>
|