logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

使用clion加远程服务器配置cuda环境

3.CMake Error at D:/cuda_learning/CLion 2024.2.2/bin/cmake/win/x64/share/cmake Failed to find nvcc:确保工具链中的cmake选择的是远程主机并且nvcc所在路径正确。1.工具链中自动检测到的cmake版本不匹配或者构建时显示cmake版本过低:自己下载cmake文件上传至服务器,解压后选择路径即可。(

文章图片
#linux#运维#服务器
解决cuda中fatal error: helper_functions.h: No such file or directory的问题

从github上拉取了NVIDIA的示例代码后在本地运行时报错:fatal error: helper_functions.h: No such file or directory,原因是 helper_functions.h文件位于官方提供的samples文件夹中,而samples文件夹在cuda10.0(以及一些较新版本)中是需要自己下载的,故在。之后再利用nvcc -I文件来执行文件。

#linux#c++#性能优化
到底了