|
Open3D (C++ API)
0.18.0+252c867
|
#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) |
| #define DIVUP | ( | m, | |
| n | |||
| ) | ((m) / (n) + ((m) % (n) > 0)) |
| #define THREADS_PER_BLOCK 256 |
| #define TOTAL_THREADS 1024 |