官方对于使用cuda8.0出现的CUFFT_COMPATIBILITY_NATIVE" is undefined问题解决方案
“if your are mostly interested in cuda-acceleration for DBCSR and don't
need it for FFT, then you could compile without -D__PW_CUDA as a
workaround. “
起因是cuda8.0弃用了cufftSetCompatibilityMode
Function cufftSetCompatibilityMode is deprecated。 作者Author: jiangning198511 时间: 2017-3-20 12:26
有没有测试过速度 是不是加速不少?