disable references to cuFFT (which is not yet used)
This commit is contained in:
@ -33,6 +33,7 @@
|
|||||||
|
|
||||||
//#define ASYNC_DEVICE_COPY
|
//#define ASYNC_DEVICE_COPY
|
||||||
|
|
||||||
|
#if 0
|
||||||
#if !defined(USE_OPENCL) && !defined(USE_HIP)
|
#if !defined(USE_OPENCL) && !defined(USE_HIP)
|
||||||
// temporary workaround for int2 also defined in cufft
|
// temporary workaround for int2 also defined in cufft
|
||||||
#ifdef int2
|
#ifdef int2
|
||||||
@ -40,6 +41,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#include "cufft.h"
|
#include "cufft.h"
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace LAMMPS_AL {
|
namespace LAMMPS_AL {
|
||||||
|
|
||||||
@ -313,10 +315,11 @@ class BaseAmoeba {
|
|||||||
virtual int fphi_mpole();
|
virtual int fphi_mpole();
|
||||||
virtual int polar_real(const int eflag, const int vflag) = 0;
|
virtual int polar_real(const int eflag, const int vflag) = 0;
|
||||||
|
|
||||||
|
#if 0
|
||||||
#if !defined(USE_OPENCL) && !defined(USE_HIP)
|
#if !defined(USE_OPENCL) && !defined(USE_HIP)
|
||||||
cufftHandle plan;
|
cufftHandle plan;
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
bool fft_plan_created;
|
bool fft_plan_created;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user