Open3D (C++ API)  0.19.0
Loading...
Searching...
No Matches
Parallel.cpp File Reference
#include "open3d/utility/Parallel.h"
#include <cstdlib>
#include <string>
#include "open3d/utility/CPUInfo.h"
#include "open3d/utility/Logging.h"

Namespaces

namespace  open3d
namespace  open3d::utility

Functions

int open3d::utility::EstimateMaxThreads ()
 Estimate the maximum number of threads to be used in a parallel region.
bool open3d::utility::InParallel ()
 Returns true if in an parallel section.