Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在我的.cu项目中使用 ArrayFire 库。引用对话框似乎仅适用于 CLR 项目。
.cu
ArrayFire 自己的文档非常少,因此我们将不胜感激。
选择您的项目并单击属性
选择 C/C++ --> 常规 --> 将以下内容添加到“其他包含目录” $(AF_PATH)\include;
选择链接器 --> 常规 --> 将以下内容添加到“附加库目录”$(AF_PATH)\lib;
选择链接器->输入->将以下内容添加到“附加依赖项” libaf.lib;libafGFX.lib;
请记住,许可证文件必须位于 Visual Studio 2010 的项目文件夹中,或者您需要有 Internet 连接才能使用 ArraFire