python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to make working CUDA 11.6 with CMake 3.23 and MSVC 2019
I cannot find a solution to manage how to use the langage CUDA in a CMake project on Windows with the standard MSVC 2019 compiler.
I am trying to configure and compile this hello-cmake-cuda repository...
Thibault
Votes: 0
Answers: 4
Can I set a default "Active Solution Platform" in Visual Studio?
The Question
In Visual Studio, in the "Configuration Manager" under the Build tab, there is an option called the "Active Solution Platform." This causes problems with one of my com...
user589321
Votes: 0
Answers: 1
CLion says: "Cannot generate into /the/project/dir, it is already used for unknown project"
I've been using CLion with a certain repository of mine for a while now. Suddenly (or maybe not suddenly, but I can't figure out the cause), I get this error message in the CMake console:
Cannot gene...
ein supports Moderator Strike
Votes: 0
Answers: 1
How can I override the C++ compiler CMake uses for CUDA?
I'm using a CUDA version which does not support the GCC version installed on my system (my GCC is too new). I'm trying to build a repository which uses CMake for build configuration.
I know how to ove...
ein supports Moderator Strike
Votes: 0
Answers: 1