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

(c3f9de2 (Tue Jun 1 15:34:27 2021 -0700))

#include <cmath>

Go to the source code of this file.

Namespaces

 open3d
 
 open3d::ml
 
 open3d::ml::contrib
 

Macros

#define TOTAL_THREADS   1024
 
#define THREADS_PER_BLOCK   256
 
#define DIVUP(m, n)   ((m) / (n) + ((m) % (n) > 0))
 

Functions

int open3d::ml::contrib::opt_n_threads (int work_size)
 

Macro Definition Documentation

◆ DIVUP

#define DIVUP (   m,
 
)    ((m) / (n) + ((m) % (n) > 0))

◆ THREADS_PER_BLOCK

#define THREADS_PER_BLOCK   256

◆ TOTAL_THREADS

#define TOTAL_THREADS   1024