Open3D (C++ API)  0.19.0
Loading...
Searching...
No Matches
SYCLContext.h File Reference

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

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