Home
last modified time | relevance | path

Searched defs:checkDeviceBuffer (Results 1 – 3 of 3) sorted by relevance

/dports/science/gromacs/gromacs-2021.4/src/gromacs/gpu_utils/
H A Ddevicebuffer.cuh245 gmx_unused static bool checkDeviceBuffer(DeviceBuffer<T> buffer, gmx_unused int requiredSize) in checkDeviceBuffer() function
H A Ddevicebuffer_sycl.h216 static gmx_unused bool checkDeviceBuffer(const DeviceBuffer<T>& buffer, int requiredSize) in checkDeviceBuffer() function
H A Ddevicebuffer_ocl.h269 static bool checkDeviceBuffer(DeviceBuffer<T> buffer, int requiredSize) in checkDeviceBuffer() function