|
static __global__ void | anonymous_namespace{nbnxm_gpu_buffer_ops_internal_hip.cpp}::nbnxmKernelTransformXToXq (int numColumns, float4 *__restrict__ gm_xq, const float3 *__restrict__ gm_x, const int *__restrict__ gm_atomIndex, const int *__restrict__ gm_numAtoms, const int *__restrict__ gm_cellIndex, int cellOffset, int numAtomsPerCell) |
| HIP kernel for transforming position coordinates from rvec to nbnxm layout. More...
|
|
void | gmx::launchNbnxmKernelTransformXToXq (const Grid &grid, NbnxmGpu *nb, DeviceBuffer< Float3 > d_x, const DeviceStream &deviceStream, unsigned int numColumnsMax, int gridId) |
| Launch coordinate layout conversion kernel. More...
|
|