Changes

Jump to: navigation, search

GPU621/Debugging OpenMP

267 bytes added, 20:54, 28 November 2022
no edit summary
// TODO: Create a tutorial on how to debug parallel programs using OpenMP in Visual Studio
 
// remember to add pictures if possible
// TODO: Show the window and explain what it does for every single window below (medium)
 
// documentation for windows are here: https://learn.microsoft.com/en-us/visualstudio/debugger/debug-threads-and-processes?view=vs-2022
== Attach to Process Dialog Box ==
// TODO: Step-by-step walkthrough on how to debug program with the specific window
 
// use same program for both tests
 
// can probably just take something from course notes and modify it to fit our parameters
// TODO: walkthrough on using thread window to debug (medium)
 
// https://learn.microsoft.com/en-us/visualstudio/debugger/walkthrough-debugging-a-parallel-application?view=vs-2022&tabs=cpp
== Case B: Using the Parallel Stacks Window ==
40
edits

Navigation menu