ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
SYCLContext.h File Reference

SYCL queue manager. More...

#include <map>
#include <sycl/sycl.hpp>
#include "cloudViewer/core/Device.h"
Include dependency graph for SYCLContext.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  cloudViewer::core::sy::SYCLDevice
 SYCL device properties. More...
 
class  cloudViewer::core::sy::SYCLContext
 

Namespaces

 cloudViewer
 Generic file read and write utility for python interface.
 
 cloudViewer::core
 
 cloudViewer::core::sy
 

Detailed Description

SYCL queue manager.

Unlike from SYCLUtils.h, SYCLContext.h shall only be included by source files that are compiled with SYCL flags. Other generic source files (e.g., Device.cpp) shall not include this file.

Definition in file SYCLContext.h.