We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32534f7 commit 721ed21Copy full SHA for 721ed21
1 file changed
benchmark/mnist/omp.cpp
@@ -180,6 +180,7 @@ void run_omp(MNIST& D, unsigned num_threads) {
180
} // End of one iteration
181
} // End of one epoch
182
183
+ #pragma omp taskwait
184
} // End of omp single
185
} // End of omp parallel
186
0 commit comments