![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <Logging.h>#include <cstdint>#include <type_traits>#include "cloudViewer/core/Device.h"#include "cloudViewer/core/Indexer.h"#include "cloudViewer/core/SYCLContext.h"

Go to the source code of this file.
Namespaces | |
| cloudViewer | |
| Generic file read and write utility for python interface. | |
| cloudViewer::core | |
Functions | |
| template<typename Functor , typename... FuncArgs> | |
| void | cloudViewer::core::ParallelForSYCL (const Device &device, Indexer indexer, FuncArgs... func_args) |
| Run a function in parallel with SYCL. More... | |
| template<typename Functor , typename... FuncArgs> | |
| void | cloudViewer::core::ParallelForSYCL (const Device &device, int64_t num_workloads, FuncArgs... func_args) |
| Run a function in parallel with SYCL. More... | |