#include "btGpuUtilsSharedDefs.h"
Go to the source code of this file.
Functions | |
int BT_GPU_PREF() | iDivUp (int a, int b) |
void BT_GPU_PREF() | computeGridSize (int n, int blockSize, int &numBlocks, int &numThreads) |
void BT_GPU_PREF() computeGridSize | ( | int | n, | |
int | blockSize, | |||
int & | numBlocks, | |||
int & | numThreads | |||
) |
Definition at line 46 of file btGpuUtilsSharedCode.h.
int BT_GPU_PREF() iDivUp | ( | int | a, | |
int | b | |||
) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Definition at line 38 of file btGpuUtilsSharedCode.h.