Changes

Jump to: navigation, search

GPU621/Debugging OpenMP

3 bytes added, 23:24, 29 November 2022
Case B: Using the Parallel Stacks Window
When the program stops at the first break point, only the main thread exists in Parallel Stacks Window
 
[[File: 1stExe.png]]
** They have reached the barrier (`__kmp_linear_barrier_release_template` & `__kmp_yield`)
* There are 8 threads that are ready to move on
 
[[File: 2nd.png]]
[[File: 4th.png]]
 
=== Resume Execution Until the Last Breakpoint ===
24
edits

Navigation menu