Open3D (C++ API)  0.20.0
Loading...
Searching...
No Matches
Namespaces | Functions
Parallel.h File Reference

(d32b4fc (Mon Sep 14 15:46:25 2026 -0700))

#include <atomic>
#include <cstddef>

Go to the source code of this file.

Namespaces

namespace  open3d
 
namespace  open3d::utility
 

Functions

template<typename T >
void open3d::utility::AtomicAdd (std::atomic< T > &total, const T &val) noexcept
 
int open3d::utility::EstimateMaxThreads ()
 
std::size_t & open3d::utility::DefaultGrainSizeTBB () noexcept
 
std::size_t & open3d::utility::DefaultGrainSizeTBB2D () noexcept
 
void open3d::utility::SetMaxThreads (int num_threads)