/workspaces/astro/sol3-sdk/cpp/sol3/opencl/opencl_compat.h Source File

Space-ng SDK: /workspaces/astro/sol3-sdk/cpp/sol3/opencl/opencl_compat.h Source File
Space-ng SDK
opencl_compat.h
Go to the documentation of this file.
1 // Copyright (c) Space-ng, inc. All rights reserved.
2 
4 #pragma once
5 
6 #ifdef PLATFORM_QRB5165
7 #define __CL_ENABLE_EXCEPTIONS
8 #include <CL/cl.hpp>
9 #else
10 #define CL_HPP_ENABLE_EXCEPTIONS
11 #include <CL/opencl.hpp>
12 #endif