Open3D (C++ API)  0.13.0+7c62640
Namespaces | Functions
CPULauncher.h File Reference

(7c62640 (Thu Jul 22 19:19:33 2021 -0400))

#include <cstdint>
#include <vector>
#include "open3d/utility/Parallel.h"

Go to the source code of this file.

Namespaces

 open3d
 
 open3d::core
 
 open3d::core::kernel
 
 open3d::core::kernel::cpu_launcher
 

Functions

template<typename func_t >
void open3d::core::kernel::cpu_launcher::ParallelFor (int64_t n, const func_t &func)
 Run a function in parallel on CPU. More...
 
template<typename func_t >
void open3d::core::kernel::cpu_launcher::ParallelFor (int64_t n, int64_t grain_size, const func_t &func)