|
Open3D (C++ API)
0.19.0
|
Common SYCL utilities. More...
#include <cstdint>#include <vector>#include "open3d/core/Device.h"#include "open3d/core/SYCLContext.h"Go to the source code of this file.
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. | |
| SYCLDevice | open3d::core::sy::GetSYCLDeviceProperties (const Device &device) |
| bool | open3d::core::sy::IsCPUDevice (const Device &device) |
| std::vector< Device > | open3d::core::sy::GetAvailableSYCLDevices () |
| Return a list of available SYCL devices. | |
| size_t | open3d::core::sy::GetDeviceCount () |
| Return the number of available SYCL devices. | |
| void | open3d::core::sy::enablePersistentJITCache () |
Common SYCL utilities.
SYCLUtils.h and SYCLUtils.cpp should compile when BUILD_SYCL_MODULE=ON or BUILD_SYCL_MODULE=OFF. Kernel launch helpers are available only in TUs compiled with SYCL (SYCL_LANGUAGE_VERSION).