From 887b9c71f1ee91cecf7984baba85931408bd7eae Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Wed, 17 Oct 2018 02:31:58 -0400 Subject: [PATCH] typo: Double word "for" --- articles/Debugging-CNTKs-GPU-source-code-in-Visual-Studio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/Debugging-CNTKs-GPU-source-code-in-Visual-Studio.md b/articles/Debugging-CNTKs-GPU-source-code-in-Visual-Studio.md index 31c883b2..48c12ca3 100644 --- a/articles/Debugging-CNTKs-GPU-source-code-in-Visual-Studio.md +++ b/articles/Debugging-CNTKs-GPU-source-code-in-Visual-Studio.md @@ -14,7 +14,7 @@ ms.devlang: NA The steps for debugging CUDA kernels: 1. Install NVIDIA Nsight following the directions from [here](http://docs.nvidia.com/gameworks/index.html#developertools/desktop/nsight/install_debug_monitor.htm%3FTocPath%3DDeveloper%2520Tools%7CDesktop%2520Developer%2520Tools%7CNVIDIA%2520Nsight%2520Visual%2520Studio%2520Edition%7CNVIDIA%2520Nsight%2520Visual%2520Studio%2520Edition%25205.2%7CInstallation%2520and%2520Setup%2520Essentials%7C_____2) -1. Follow the directions for for “Local debugging”. +1. Follow the directions for “Local debugging”. 1. Set the environment variable NSIGHT_CUDA_DEBUGGER = 1. 1. Run Visual Studio and the Nsight monitor as administrator. 1. In Nsight Monitor->Options->CUDA, set “Use this monitor for CUDA attach” to True. You may have to restart Nsight. Run as admin again.