标题: lammps中gpu加速报错 ERROR: GPU library was compiled for double... [打印本页] 作者Author: Humpery 时间: 6 hour ago 标题: lammps中gpu加速报错 ERROR: GPU library was compiled for double... ERROR: GPU library was compiled for double or mixed precision floating point but GPU device supports single precision only. (src/GPU/gpu_extra.h:85)
----------------------------------------------------------
2:28:26: warning: unsupported OpenCL extension 'cl_khr_fp64' - ignoring
#pragma OPENCL EXTENSION cl_khr_fp64 : enable
^
2:178:3: error: use of type 'double' requires cl_khr_fp64 support
double x; double y; double z;
^
2:178:13: error: use of type 'double' requires cl_khr_fp64 support
double x; double y; double z;
^
2:178:23: error: use of type 'double' requires cl_khr_fp64 support
double x; double y; double z;
这种情况是因为什么啊?cuda版本我已经调整到了与自己显卡匹配的版本了