Gromacs
2024.4
|
#include "gmxpre.h"
#include <vector>
#include <gtest/gtest.h>
#include "gromacs/math/vectypes.h"
#include "testutils/test_device.h"
Header for runner for CUDA float3 type layout tests.
Classes | |
class | gmx::ArrayRef< typename > |
STL-like interface to a C array of T (or part of a std container of T). More... | |
Functions | |
void | gmx::test::convertRVecToFloat3OnHost (ArrayRef< gmx::RVec > rVecOutput, ArrayRef< const gmx::RVec > rVecInput) |
Tests the compatibility of RVec and float3 using the conversion on host. More... | |
void | gmx::test::convertRVecToFloat3OnDevice (ArrayRef< gmx::RVec > rVecOutput, ArrayRef< const gmx::RVec > rVecInput, const TestDevice *testDevice) |
Tests the compatibility of RVec and float3 using the conversion on device. More... | |