#include "msmpot_internal.h"
Go to the source code of this file.
Compounds | |
struct | MsmpotCuda_t |
Defines | |
#define | CUERR(errnum) |
#define | NBRLIST_MAXLEN 5333 |
Functions | |
void | Msmpot_cuda_cleanup (MsmpotCuda *) |
int | Msmpot_cuda_setup_shortrng (MsmpotCuda *) |
void | Msmpot_cuda_cleanup_shortrng (MsmpotCuda *) |
int | Msmpot_cuda_setup_latcut (MsmpotCuda *) |
void | Msmpot_cuda_cleanup_latcut (MsmpotCuda *) |
|
Value: do { \ cudaError_t cuerr = cudaGetLastError(); \ if (cuerr != cudaSuccess) { \ return ERROR(errnum); \ } \ } while (0) Definition at line 28 of file msmpot_cuda.h. |
|
Definition at line 42 of file msmpot_cuda.h. |
|
Definition at line 34 of file msmpot_cuda.cu. Referenced by Msmpot_cuda_destroy. |
|
Definition at line 322 of file msmpot_cuda_latcut.cu. |
|
Definition at line 492 of file msmpot_cuda_shortrng.cu. |
|
Definition at line 333 of file msmpot_cuda_latcut.cu. |
|
Definition at line 502 of file msmpot_cuda_shortrng.cu. |