Commit e1d3086e authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Fixed documentation of mode in ParallelFor.

parent 73b38abf
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -46,6 +46,8 @@ namespace Algorithms {
 *
 * Synchronous means that the program control returns to the caller when the loop is processed completely.
 * Asynchronous means that the program control returns to the caller immediately even before the loop is processing is finished.
 *
 * Only parallel for-loops in CUDA are affected by this mode.
 */
enum ParallelForMode { SynchronousMode, AsynchronousMode };