主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Frederic Bonnet
活动总数
7
最后的活动
2025年03月21日 11:12
成员加入日期
2023年12月12日 12:59
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
2
活动概览
帖子(2)
评论(3)
按最近的活动排序
最近的活动
投票数
创建于
2023年12月12日 16:47
Hi Anna,OK I got it to work. I needed to move the find_path(CUFFT_INCLUDE_DIR cufft.h PATH_SUFFIXES include PATHS ${FIND_CUFFT_PATHS})find_library(CUFFT_LIBRARY NAMES cufft PATH_SUFFIXES lib/x64 P...
社区
CLion
Linking libraries in the visual studio toolchain
0 票
创建于
2023年12月12日 15:30
The link step throws this error message in CLion [14/15] Linking CUDA executable CMakeFiles\SystemProgrammingCuda.dir\cmake_device_link.objmain.cu.objtimming.cu.objcmdLine.cu.objget_deviceQuery_gpu...
社区
CLion
Linking libraries in the visual studio toolchain
0 票
创建于
2023年12月12日 15:22
Ok Thanks,I cannot get it to work here is my CMakeLists.txt:cmake_minimum_required(VERSION 3.27)project(SystemProgrammingCuda CUDA)set(CMAKE_CUDA_STANDARD 17)set(CMAKE_CXX_STANDARD 17)add_definitio...
社区
CLion
Linking libraries in the visual studio toolchain
0 票