Space-ng SDK
Contents:
Guides
Getting Started
SSH Setup for HDK
Configuring GMSL Cameras
Development Workflow
Deployment Workflow
Video Encoding
RTSP Streaming
GStreamer Plugin (sol3src)
Customizing the Development Container
Updating Your Sol3
Concepts
Multi-Stage Dockerfile
Development Container
Sysroots
Sol3 OS
Tutorials
01 Camera Client Tutorial
02 Carrier Board Client Tutorial
03 Multi-Camera Control Tutorial
04 External Trigger Tutorial
05 Auto White Balance Tutorial
Reference
CLI Tools Reference
CMake Presets Reference
GitHub Personal Access Token
Hardware
vcpkg Reference
System Requirements
C++ Classes
C++ Files and Schemas
Space-ng SDK
Space-ng SDK: /workspaces/astro/sol3-sdk/cpp/sol3/opencl/opencl_compat.h Source File
/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
sol3-sdk
cpp
sol3
opencl
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
Generated by
1.9.1
Version: 0.6.0