Changes

Jump to: navigation, search

GPU621/Striking

628 bytes added, 13:35, 8 December 2016
Progress
*Sample code can be downloaded from here [https://software.intel.com/en-us/node/522584 Intel(R) Cilk(TM) quick sort]
***The debugging exmaple example below is uesed used for five odd numbers to be sorted. This is the easest easiest way to figured out how the threads work together with the simple data.*How to start debuggingwell, on the 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)# Go to the menu Debug -> Windows to open the windows you need# Choose the windows that you need (e.g. Memory, Threads, Parallel Stacks, Local or Auto and so on.)# Hit the function keys to run a program## F10 to run codes line by line (Step Over)## F11 to go into a subroutine (Step Into) ## Shit +F11 to get out of a subroutine (Step Out)## F9 to put/remove breakpoints in a line
**Data flow of parallel_qsort
108
edits

Navigation menu