I want to debug my application using cuda-gdb in windows. Is it possible to run cuda-gdb in windows? Will cygwin help to do it?
问问题
2070 次
1 回答
2
cuda-gdb
没有正式支持或打算在 Windows 环境中使用。从这里:
本文档介绍了 CUDA-GDB,这是适用于 Linux 和 Mac OS 的 NVIDIA® CUDA® 调试器。
cygwin 不是在 Windows 上运行任何 CUDA linux 工具的官方支持的环境。
Windows 应用程序的推荐调试器是NSIGHT Visual Studio Edition,假设找到兼容版本的 Visual Studio,它将由 Windows 的 CUDA 7.5 安装程序自动安装。
有关支持的配置,请参阅CUDA 7.5 windows 安装指南。
于 2016-04-04T19:47:55.417 回答