ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
ParallelForSYCL.h File Reference
#include <Logging.h>
#include <cstdint>
#include <type_traits>
#include "cloudViewer/core/Device.h"
#include "cloudViewer/core/Indexer.h"
#include "cloudViewer/core/SYCLContext.h"
Include dependency graph for ParallelForSYCL.h:
This graph shows which files directly or indirectly include this file:

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...