Pinned Loading
-
How to get CUDA installed and workin...
How to get CUDA installed and working for a GTX 560 TI in Linux 1# Nvidia GTX 560Ti CUDA install Linux.
2Check and understand the compute version required of your GPU on Nvidia's website. (GTX 560 TI = 2.1) https://developer.nvidia.com/cuda-gpus#compute
3Reference your compute version with the the CUDA toolkit documentation you wish to download.
4You can find the compute version that the toolkit offers in this page - 'Programming Guide' > 'I. Compute Capabilities'.
5The archive url should allow you to change the version to compare quickly what you need. https://docs.nvidia.com/cuda/archive/8.0/cuda-installation-guide-linux/index.html#post-installation-actions
-
How to get CUDA-GDB breakpoints work...
How to get CUDA-GDB breakpoints working with CLion. 1# Background
2I found that breakpoints were not working correctly within CLion when set within a CUDA Kernel. The breakpoint would be triggered at the end of the kernel code block instead of at my desired location.
34# Why?
5Clion is not passing the correct compiler flags to nvcc. https://docs.nvidia.com/cuda/cuda-gdb/index.html#debug-compilation
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.