|
Open3D (C++ API)
0.18.0+252c867
|
Common SYCL utilities. More...
Go to the source code of this file.
Namespaces | |
| open3d | |
| open3d::core | |
| open3d::core::sycl | |
Functions | |
| int | open3d::core::sycl::SYCLDemo () |
| void | open3d::core::sycl::PrintSYCLDevices (bool print_all) |
| bool | open3d::core::sycl::IsAvailable () |
| Returns true if there is at least one SYCL device available. More... | |
| bool | open3d::core::sycl::IsDeviceAvailable (const Device &device) |
| Returns true if the specified SYCL device is available. More... | |
| std::vector< Device > | open3d::core::sycl::GetAvailableSYCLDevices () |
| Return a list of available SYCL devices. More... | |
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.