Namespaces | |
namespace | kernel |
Classes | |
class | Vector |
Functions | |
float | atomicMax_wrapper (float *address, float val) |
double | atomicMax_wrapper (double *address, double val) |
Variables | |
constexpr int | block_size |
constexpr int | chunk_size |
A Namespace for the CUDA vectors.
|
constexpr |
Define the size of a block when launching a CUDA kernel. This number can be changed depending on the architecture the code is running on.
Definition at line 28 of file cuda_size.h.
|
constexpr |
Define the size of chunk of data worked on by a thread. This number can be changed depending on the architecture the code is running on.
Definition at line 34 of file cuda_size.h.