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

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

Common SYCL utilities. More...

#include <vector>
#include "open3d/core/Device.h"

Go to the source code of this file.

Namespaces

 open3d
 
 open3d::core
 
 open3d::core::sy
 

Functions

int open3d::core::sy::SYCLDemo ()
 
void open3d::core::sy::PrintSYCLDevices (bool print_all)
 
bool open3d::core::sy::IsAvailable ()
 Returns true if there is at least one SYCL device available. More...
 
bool open3d::core::sy::IsDeviceAvailable (const Device &device)
 Returns true if the specified SYCL device is available. More...
 
std::string open3d::core::sy::GetDeviceType (const Device &device)
 
std::vector< Device > open3d::core::sy::GetAvailableSYCLDevices ()
 Return a list of available SYCL devices. More...
 
void open3d::core::sy::enablePersistentJITCache ()
 

Detailed Description

Common SYCL utilities.

SYCLUtils.h and SYCLUtils.cpp should compile when BUILD_SYCL_MODULE=ON or BUILD_SYCL_MODULE=OFF. Use macros for conditional compilation.