Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Frederic Bonnet
Total activity
7
Last activity
March 21, 2025 11:12
Member since
December 12, 2023 12:59
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (2)
Comments (3)
Sort by recent activity
Recent activity
Votes
Created
December 12, 2023 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...
Community
CLion
Linking libraries in the visual studio toolchain
0 votes
Created
December 12, 2023 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...
Community
CLion
Linking libraries in the visual studio toolchain
0 votes
Created
December 12, 2023 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...
Community
CLion
Linking libraries in the visual studio toolchain
0 votes