92
edits
Changes
→Parallel Watch window
You can sort the threads according to an expression's value by clicking on the column header of the expression.<br/>
If you right-click on a row, you also have more functions, including grouping the threads by variable values, or even replacing a value of a variable right at that moment in the code.
[[File:Parallelwatch-right-click.PNG|400px300px|center|Parallel Watch]]
On the top right corner, there is a box where you can put a Boolean expression on which the window will filter the threads. So in our example, if we put i == 1, it will only show the one thread that has i = 1.
[[File:Parallelwatch-boolean.PNG|500px|center|Parallel Watch]]
==GPU Threads window==