gpt4 book ai didi

c++ - CUDA cuFFT 架构 x86_64 的 undefined symbol

转载 作者:行者123 更新时间:2023-11-28 06:13:18 25 4
gpt4 key购买 nike

我正在尝试使用 cuFFT 库,但是当我编译我的项目时出现错误:

Undefined symbols for architecture x86_64:
"_cufftDestroy" ...
"_cufftExecC2C" ...
"_cufftPlan1d" ...
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

我在 Mac OS X 10.10.3 上使用 CUDA 7 和 Eclipse Nsight。没有 cuFFT 库的其他示例可以正常工作。还有其他设置吗?

最佳答案

我用命令行解决了:

nvcc filename.cu -I/path_CUDA/include -L/path_CUDA/lib -lcufft

我肯定认为 Eclipse Nsight 中有一个配置,但我仍然找不到它。

关于c++ - CUDA cuFFT 架构 x86_64 的 undefined symbol ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30801038/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com