Open main menu

CDOT Wiki β

Changes

GPU621/OpenMP Debugging

46 bytes added, 05:29, 9 December 2021
Case B - Using the Parallel Stacks and the Parallel Watch Window
==Case B - Using the Parallel Stacks and the Parallel Watch Window==
<syntaxhighlight lang="cpp">
#include <iostream>
#include <thread>
return 0;
}
</syntaxhighlight>
The main program calls the print function for the size of the string vector.
49
edits