Open3D (C++ API)  0.18.0
Namespaces | Macros | Functions
cuda_utils.h File Reference

(b9e049c (Sun Dec 31 11:36:26 2023 -0800))

#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::OptNumThreads (int work_size)
 
dim3 open3d::ml::contrib::OptBlockConfig (int x, int y)
 

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