Home
last modified time | relevance | path

Searched refs:bFastGen (Results 1 – 1 of 1) sorted by relevance

/dports/science/gromacs/gromacs-2021.4/src/gromacs/nbnxm/opencl/
H A Dnbnxm_ocl_jit_support.cpp131 static std::string makeDefinesForKernelTypes(bool bFastGen, int eeltype, int vdwtype) in makeDefinesForKernelTypes() argument
135 if (bFastGen) in makeDefinesForKernelTypes()
172 gmx_bool bFastGen = TRUE; in nbnxn_gpu_compile_kernels() local
177 bFastGen = FALSE; in nbnxn_gpu_compile_kernels()
185 makeDefinesForKernelTypes(bFastGen, nb->nbparam->eeltype, nb->nbparam->vdwtype); in nbnxn_gpu_compile_kernels()