Changes

Jump to: navigation, search

GPU621/Striking

48 bytes added, 13:38, 8 December 2016
Progress
The debugging example below is used for five odd numbers to be sorted. This is the easiest way to figured out how the threads work together with the simple data.
 
*How to start debugging
well, The following sequence may guides you start to debug on the Visual visual Studio, .
# put breakpoints where you want to take a look by hitting the key F9 in the line or left-click at the front of a line
# Run the program in Debug mode by hitting the green button (or key F5)
## F9 to put/remove breakpoints in a line
**#Data flow of parallel_qsort
<table border="0" width="800">
<tr align="left"><td>[[File:dataflow.png|250px|thumb|left|alt dataflow]]</td><td>Explanation will be here soon.</td></tr>
</table>
**#Parallel Stacks
<table border="0" width="800">
108
edits

Navigation menu