37 #ifndef __GPU_KERNEL__H__ 38 #define __GPU_KERNEL__H__ 44 int nAmps,
int nEvents,
GDouble* pfDevRes);
48 int nFact,
int nPerm,
int nEvents );
55 #endif //__GPU_KERNEL__H__
void GPU_ExecIntElementKernel(dim3 dimGrid, dim3 dimBlock, int iA, int iB, GDouble *pfDevAmps, GDouble *pfDevWeights, GDouble *pfDevResRe, GDouble *pfDevResIm, int nEvents)
void GPU_ExecAmpKernel(dim3 dimGrid, dim3 dimBlock, GDouble *pfDevAmps, GDouble *pfDevVVStar, GDouble *pfDevWeights, int nAmps, int nEvents, GDouble *pfDevRes)
void GPU_ExecFactPermKernel(dim3 dimGrid, dim3 dimBlock, GDouble *pfDevAmps, GDouble *pcDevCalcAmp, int nFact, int nPerm, int nEvents)