![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <cmath>
Go to the source code of this file.
Namespaces | |
| cloudViewer | |
| Generic file read and write utility for python interface. | |
| cloudViewer::ml | |
| cloudViewer::ml::contrib | |
Macros | |
| #define | TOTAL_THREADS 1024 |
| #define | THREADS_PER_BLOCK 256 |
| #define | DIVUP(m, n) ((m) / (n) + ((m) % (n) > 0)) |
Functions | |
| int | cloudViewer::ml::contrib::OptNumThreads (int work_size) |
| dim3 | cloudViewer::ml::contrib::OptBlockConfig (int x, int y) |
| #define DIVUP | ( | m, | |
| n | |||
| ) | ((m) / (n) + ((m) % (n) > 0)) |
Definition at line 18 of file cuda_utils.h.
| #define THREADS_PER_BLOCK 256 |
Definition at line 17 of file cuda_utils.h.
| #define TOTAL_THREADS 1024 |
Definition at line 16 of file cuda_utils.h.