Gromacs
2025-dev-20241002-88a4191
|
#include "config.h"
Declares the GPU type traits for non-GPU builds.
Typedefs | |
using | DeviceTexture = void * |
using | CommandEvent = void * |
Single GPU call timing event. | |
Functions | |
template<typename T > | |
static Float3 * | gmx::asGenericFloat3Pointer (T *in) |
Reinterpret-cast any pointer in to Float3 , checking the type compatibility. | |
template<typename T > | |
static const Float3 * | gmx::asGenericFloat3Pointer (const T *in) |
Reinterpret-cast any const pointer in to Float3 , checking the type compatibility. | |
template<typename C > | |
static Float3 * | gmx::asGenericFloat3Pointer (C &in) |
Reinterpret-cast any container in to Float3 , checking the type compatibility. | |
template<typename C > | |
static const Float3 * | gmx::asGenericFloat3Pointer (const C &in) |
Reinterpret-cast any const container in to Float3 , checking the type compatibility. | |