【问题标题】:How to run cuda-gdb in windows? Can I use cygwin for it?如何在 Windows 中运行 cuda-gdb?我可以使用cygwin吗?
【发布时间】:2016-07-23 19:51:40
【问题描述】:

我想在 Windows 中使用 cuda-gdb 调试我的应用程序。是否可以在 Windows 中运行 cuda-gdb? cygwin 会帮忙吗?

【问题讨论】:

  • @RobertCrovella:这对我来说似乎是一个很好的答案,如果你愿意添加的话。

标签: cuda cuda-gdb


【解决方案1】:

cuda-gdb 不受官方支持或不打算在 Windows 环境中使用。来自here

本文档介绍 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 installation guide

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2011-01-19
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-06-04
    • 2010-12-26
    相关资源
    最近更新 更多