Loading [MathJax]/extensions/TeX/AMSsymbols.js
Open3D (C++ API)  0.19.0
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Data Structures | Namespaces
SYCLContext.h File Reference

(1e7b174 (Tue Jan 7 15:20:18 2025 -0800))

SYCL queue manager. More...

#include <map>
#include <sycl/sycl.hpp>
#include "open3d/core/Device.h"

Go to the source code of this file.

Data Structures

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

Namespaces

 open3d
 
 open3d::core
 
 open3d::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.