We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 038670e commit 3984fc6Copy full SHA for 3984fc6
3 files changed
example/matrix.cpp
@@ -2,7 +2,7 @@
2
// and compares the runtime between sequential, OpenMP, and Taskflow
3
// implementations.
4
5
-#include <taskflow.hpp>
+#include "taskflow.hpp"
6
#include <random>
7
#include <numeric>
8
#include <fstream>
example/simple.cpp
@@ -3,7 +3,7 @@
// TaskA---->TaskB---->TaskD
// TaskA---->TaskC---->TaskD
int main(){
9
unittest/taskflow
-777 KB
0 commit comments