Open3D (C++ API)  0.19.0
Loading...
Searching...
No Matches
SYCLUtils.cpp File Reference
#include "open3d/core/SYCLUtils.h"
#include <array>
#include <cstdlib>
#include <sstream>
#include "open3d/utility/Logging.h"

Namespaces

namespace  open3d
namespace  open3d::core
namespace  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.
bool open3d::core::sy::IsDeviceAvailable (const Device &device)
 Returns true if the specified SYCL device is available.
std::string open3d::core::sy::GetDeviceType (const Device &device)
std::vector< Deviceopen3d::core::sy::GetAvailableSYCLDevices ()
 Return a list of available SYCL devices.
void open3d::core::sy::enablePersistentJITCache ()