ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
Classes | Typedefs | Functions
pw_basis_C2R.cpp File Reference
#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>
Include dependency graph for pw_basis_C2R.cpp:

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)
 

Typedef Documentation

◆ MixedTypes

using MixedTypes = ::testing::Types<TypePair<float, base_device::DEVICE_GPU>, TypePair<double, base_device::DEVICE_GPU> >

Function Documentation

◆ TYPED_TEST() [1/2]

TYPED_TEST ( PW_BASIS_C2R_GPU_TEST  ,
FloatDouble   
)
Here is the call graph for this function:

◆ TYPED_TEST() [2/2]

TYPED_TEST ( PW_BASIS_C2R_GPU_TEST  ,
Mixing   
)
Here is the call graph for this function:

◆ TYPED_TEST_CASE()

TYPED_TEST_CASE ( PW_BASIS_C2R_GPU_TEST  ,
MixedTypes   
)