Open3D (C++ API)  0.19.0
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Namespaces | Functions
ParallelForSYCL.h File Reference

(1e7b174 (Tue Jan 7 15:20:18 2025 -0800))

#include <cstdint>
#include <type_traits>
#include "open3d/core/Device.h"
#include "open3d/core/Indexer.h"
#include "open3d/core/SYCLContext.h"
#include "open3d/utility/Logging.h"

Go to the source code of this file.

Namespaces

 open3d
 
 open3d::core
 

Functions

template<typename Functor , typename... FuncArgs>
void open3d::core::ParallelForSYCL (const Device &device, Indexer indexer, FuncArgs... func_args)
 Run a function in parallel with SYCL. More...
 
template<typename Functor , typename... FuncArgs>
void open3d::core::ParallelForSYCL (const Device &device, int64_t num_workloads, FuncArgs... func_args)
 Run a function in parallel with SYCL. More...