|
Gromacs
2026.0-dev-20251119-5f0a571d
|
#include "gmxpre.h"#include "gromacs/gpu_utils/device_context.h"#include "gromacs/gpu_utils/gmxopencl.h"#include "gromacs/gpu_utils/oclutils.h"#include "gromacs/hardware/device_information.h"#include "gromacs/hardware/device_management.h"#include "gromacs/utility/arrayref.h"#include "gromacs/utility/exceptions.h"#include "gromacs/utility/gmxassert.h"#include "gromacs/utility/stringutil.h"#include "devicetransfers.h"
Include dependency graph for devicetransfers_ocl.cpp:Defines helper functionality for device transfers for tests for GPU host allocator.
Functions | |
| void | gmx::anonymous_namespace{devicetransfers_ocl.cpp}::throwUponFailure (cl_int status, const char *message) |
Help give useful diagnostics about error status while doing message. More... | |
| void | gmx::doDeviceTransfers (const DeviceContext &deviceContext, ArrayRef< const char > input, ArrayRef< char > output) |
| Helper function for GPU test code to be platform agnostic. More... | |
1.8.5