Open3D (C++ API)
0.17.0
|
Data Structures | |
class | SYCLContext |
Functions | |
int | SYCLDemo () |
void | PrintSYCLDevices (bool print_all) |
bool | IsAvailable () |
Returns true if there is at least one SYCL device available. More... | |
bool | IsDeviceAvailable (const Device &device) |
Returns true if the specified SYCL device is available. More... | |
std::vector< Device > | GetAvailableSYCLDevices () |
Return a list of available SYCL devices. More... | |
std::vector< Device > open3d::core::sycl::GetAvailableSYCLDevices | ( | ) |
Return a list of available SYCL devices.
bool open3d::core::sycl::IsAvailable | ( | ) |
Returns true if there is at least one SYCL device available.
bool open3d::core::sycl::IsDeviceAvailable | ( | const Device & | device | ) |
Returns true if the specified SYCL device is available.
void open3d::core::sycl::PrintSYCLDevices | ( | bool | print_all = false | ) |
Print available SYCL devices.
print_all | If true, prints all SYCL devices. Otherwise, prints only devices that are available for Open3D. |
int open3d::core::sycl::SYCLDemo | ( | ) |
Runs simple SYCL test program for sanity checks.