mdcore
0.1.5
|
Go to the source code of this file.
Defines | |
#define | PASTE(x, y) x ## _ ## y |
#define | runner_run_verlet_cuda(N) PASTE(runner_run_verlet_cuda,N) |
#define | runner_run_cuda(N) PASTE(runner_run_cuda,N) |
Functions | |
__global__ void runner_run_verlet_cuda() | cuda_nrparts (float *forces, int *counts, int *ind, int verlet_rebuild) |
Loop over the cell pairs and process them. | |
__global__ void runner_run_cuda() | cuda_nrparts (float *forces, int *counts, int *ind) |
Loop over the cell pairs and process them. |
#define PASTE | ( | x, | |
y | |||
) | x ## _ ## y |
#define runner_run_cuda | ( | N | ) | PASTE(runner_run_cuda,N) |
#define runner_run_verlet_cuda | ( | N | ) | PASTE(runner_run_verlet_cuda,N) |
__global__ void runner_run_verlet_cuda() cuda_nrparts | ( | float * | forces, |
int * | counts, | ||
int * | ind, | ||
int | verlet_rebuild | ||
) |
Loop over the cell pairs and process them.
cells | Array of cells on the device. |
__global__ void runner_run_cuda() cuda_nrparts | ( | float * | forces, |
int * | counts, | ||
int * | ind | ||
) |
Loop over the cell pairs and process them.
cells | Array of cells on the device. |