Program Listing for File cl_include.hpp

Return to documentation for file (/home/runner/work/Legion-Engine/Legion-Engine/legion/engine/core/compute/detail/cl_include.hpp)

#pragma once
#if !defined(DOXY_EXCLUDE)
#define CL_TARGET_OPENCL_VERSION 200
#include <CL/cl.h>
#endif