mirror of
https://github.com/paboyle/Grid.git
synced 2026-08-23 10:59:36 +01:00
Tests clean build on HIP
This commit is contained in:
@@ -143,7 +143,7 @@ NAMESPACE_BEGIN(Grid);
|
||||
typedef ComplexD DoublePrecision2;
|
||||
};
|
||||
|
||||
#ifdef GRID_CUDA
|
||||
#if defined(GRID_CUDA) || defined(GRID_HIP)
|
||||
template<> struct GridTypeMapper<std::complex<float> > : public GridTypeMapper_Base {
|
||||
typedef std::complex<float> scalar_type;
|
||||
typedef std::complex<double> scalar_typeD;
|
||||
|
||||
Reference in New Issue
Block a user