|
Gromacs
2025.3
|
#include "gmxpre.h"#include <gtest/gtest.h>#include "gromacs/math/vectypes.h"#include "testutils/test_device.h"
Include dependency graph for typecasts_runner.h:
This graph shows which files directly or indirectly include this file: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... | |
1.8.5