ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
|
#include "cuda_runtime.h"
#include "fftw3.h"
#include "source_base/module_device/device.h"
#include "source_base/vector3.h"
#include "source_basis/module_pw/pw_basis.h"
#include <complex>
#include <gtest/gtest.h>
#include <typeinfo>
Classes | |
struct | TypePair< DataType, DeviceType > |
class | PW_BASIS_C2R_GPU_TEST< TypePair > |
Typedefs | |
using | MixedTypes = ::testing::Types< TypePair< float, base_device::DEVICE_GPU >, TypePair< double, base_device::DEVICE_GPU > > |
Functions | |
TYPED_TEST_CASE (PW_BASIS_C2R_GPU_TEST, MixedTypes) | |
TYPED_TEST (PW_BASIS_C2R_GPU_TEST, Mixing) | |
TYPED_TEST (PW_BASIS_C2R_GPU_TEST, FloatDouble) | |
using MixedTypes = ::testing::Types<TypePair<float, base_device::DEVICE_GPU>, TypePair<double, base_device::DEVICE_GPU> > |
TYPED_TEST | ( | PW_BASIS_C2R_GPU_TEST | , |
FloatDouble | |||
) |
TYPED_TEST | ( | PW_BASIS_C2R_GPU_TEST | , |
Mixing | |||
) |
TYPED_TEST_CASE | ( | PW_BASIS_C2R_GPU_TEST | , |
MixedTypes | |||
) |