ENABLE_CUDA_DEBUG should be an option visible in cmake-gui
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 9.6k
- Forks
- 2.4k
- Avg merge
- 53m
- Merged PRs (30d)
- 1
Description
It's tested for here:
https://github.com/NVIDIA/cuda-samples/blob/adacf1cffd10ca1a8e581ae757119adb2bfcd3d1/CMakeLists.txt#L19
...but not initialized explicitly. There should be an
option(ENABLE_CUDA_DEBUG "Enable for symbolic debugging in the CUDA debugger; may significantly affect performance on some targets" OFF)
so that the setting and help text is visible in cmake-gui
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in the repository's CMakeLists.txt at the existing ENABLE_CUDA_DEBUG test. Add the requested visible option and open the project in cmake-gui to verify that the setting and help text appear with OFF as the default.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100