AmpTools
GPUKernel.h File Reference
#include "GPUCustomTypes.h"
Include dependency graph for GPUKernel.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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)
 
void GPU_ExecIntElementKernel (dim3 dimGrid, dim3 dimBlock, int iA, int iB, GDouble *pfDevAmps, GDouble *pfDevWeights, GDouble *pfDevResRe, GDouble *pfDevResIm, int nEvents)
 

Function Documentation

◆ GPU_ExecAmpKernel()

void GPU_ExecAmpKernel ( dim3  dimGrid,
dim3  dimBlock,
GDouble pfDevAmps,
GDouble pfDevVVStar,
GDouble pfDevWeights,
int  nAmps,
int  nEvents,
GDouble pfDevRes 
)
Here is the caller graph for this function:

◆ GPU_ExecFactPermKernel()

void GPU_ExecFactPermKernel ( dim3  dimGrid,
dim3  dimBlock,
GDouble pfDevAmps,
GDouble pcDevCalcAmp,
int  nFact,
int  nPerm,
int  nEvents 
)
Here is the caller graph for this function:

◆ GPU_ExecIntElementKernel()

void GPU_ExecIntElementKernel ( dim3  dimGrid,
dim3  dimBlock,
int  iA,
int  iB,
GDouble pfDevAmps,
GDouble pfDevWeights,
GDouble pfDevResRe,
GDouble pfDevResIm,
int  nEvents 
)
Here is the caller graph for this function: