|
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 () |
|