Open3D (C++ API)  0.19.0
Loading...
Searching...
No Matches
cuda_utils.h File Reference
#include <cmath>

Go to the source code of this file.

Namespaces

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

Macros

#define TOTAL_THREADS   1024
#define THREADS_PER_BLOCK   256
#define DIVUP(m, n)

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,
n )
Value:
((m) / (n) + ((m) % (n) > 0))

◆ THREADS_PER_BLOCK

#define THREADS_PER_BLOCK   256

◆ TOTAL_THREADS

#define TOTAL_THREADS   1024