NAMD
Classes | Macros | Variables
ComputeBondedCUDAKernel.h File Reference
#include "CudaUtils.h"
#include "TupleTypesCUDA.h"
#include "CudaNonbondedTables.h"

Go to the source code of this file.

Classes

class  ComputeBondedCUDAKernel
 
struct  ComputeBondedCUDAKernel::BondedVirial< T >
 

Macros

#define FORCE_TYPE   double
 
#define USE_STRIDED_FORCE
 
#define VIRIAL_TYPE   double
 
#define WRITE_FULL_VIRIALS
 
#define USE_BONDED_FORCE_ATOMIC_STORE
 

Variables

static __constant__ const float float_to_force = 1.0f
 
static __constant__ const float force_to_float = 1.0f
 
static __constant__ const double force_to_double = 1.0
 

Macro Definition Documentation

#define FORCE_TYPE   double

Definition at line 14 of file ComputeBondedCUDAKernel.h.

Referenced by ComputeBondedCUDAKernel::getForceStride().

#define USE_BONDED_FORCE_ATOMIC_STORE

Definition at line 33 of file ComputeBondedCUDAKernel.h.

#define USE_STRIDED_FORCE

Definition at line 16 of file ComputeBondedCUDAKernel.h.

#define VIRIAL_TYPE   double

Definition at line 27 of file ComputeBondedCUDAKernel.h.

#define WRITE_FULL_VIRIALS

Definition at line 30 of file ComputeBondedCUDAKernel.h.

Variable Documentation

__constant__ const float float_to_force = 1.0f
static

Definition at line 42 of file ComputeBondedCUDAKernel.h.

__constant__ const double force_to_double = 1.0
static

Definition at line 44 of file ComputeBondedCUDAKernel.h.

__constant__ const float force_to_float = 1.0f
static

Definition at line 43 of file ComputeBondedCUDAKernel.h.

Referenced by angleForce(), and diheForce().