Open3D (C++ API)  0.18.0+5c982c7
Data Structures | Namespaces
SYCLContext.h File Reference

(5c982c7 (Thu Apr 18 12:15:13 2024 -0700))

SYCL queue manager. More...

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

Go to the source code of this file.

Data Structures

class  open3d::core::sycl::SYCLContext
 

Namespaces

 open3d
 
 open3d::core
 
 open3d::core::sycl
 

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.