![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include "cloudViewer/core/SYCLUtils.h"#include <Logging.h>#include <array>#include <cstdlib>#include <sstream>
Go to the source code of this file.
Namespaces | |
| cloudViewer | |
| Generic file read and write utility for python interface. | |
| cloudViewer::core | |
| cloudViewer::core::sy | |
Functions | |
| int | cloudViewer::core::sy::SYCLDemo () |
| void | cloudViewer::core::sy::PrintSYCLDevices (bool print_all) |
| bool | cloudViewer::core::sy::IsAvailable () |
| Returns true if there is at least one SYCL device available. More... | |
| bool | cloudViewer::core::sy::IsDeviceAvailable (const Device &device) |
| Returns true if the specified SYCL device is available. More... | |
| std::string | cloudViewer::core::sy::GetDeviceType (const Device &device) |
| std::vector< Device > | cloudViewer::core::sy::GetAvailableSYCLDevices () |
| Return a list of available SYCL devices. More... | |
| void | cloudViewer::core::sy::enablePersistentJITCache () |