Home
last modified time | relevance | path

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

/dports/science/gromacs/gromacs-2021.4/src/gromacs/ewald/
H A Dpme_gpu_program_impl.cpp51 spreadWorkGroupSize(0), in PmeGpuProgramImpl()
H A Dpme_gpu_program_impl_ocl.cpp64spreadWorkGroupSize = std::min(c_spreadMaxWarpsPerBlock * warpSize_, deviceInfo.maxWorkGroupSize); in PmeGpuProgramImpl()
155 c_virialAndEnergyCount, spreadWorkGroupSize, solveMaxWorkGroupSize, in compileKernels()
H A Dpme_gpu_program_impl.h111 size_t spreadWorkGroupSize; member
H A Dpme_gpu_program_impl.cu138 spreadWorkGroupSize = c_spreadMaxThreadsPerBlock; in PmeGpuProgramImpl()
H A Dpme_gpu_internal.cpp1180 const size_t blockSize = pmeGpu->programHandle_->impl_->spreadWorkGroupSize; in pme_gpu_spread()