Add File
This commit is contained in:
9
pcdet/ops/pointnet2/pointnet2_stack/src/cuda_utils.h
Normal file
9
pcdet/ops/pointnet2/pointnet2_stack/src/cuda_utils.h
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
#ifndef _STACK_CUDA_UTILS_H
|
||||||
|
#define _STACK_CUDA_UTILS_H
|
||||||
|
|
||||||
|
#include <cmath>
|
||||||
|
|
||||||
|
#define THREADS_PER_BLOCK 256
|
||||||
|
#define DIVUP(m,n) ((m) / (n) + ((m) % (n) > 0))
|
||||||
|
|
||||||
|
#endif
|
||||||
Reference in New Issue
Block a user