Skip to content

Commit fe0fe8c

Browse files
author
“phrygiangates”
committed
create data_pipeline.hpp
1 parent 0d97db2 commit fe0fe8c

File tree

14 files changed

+2717
-457
lines changed

14 files changed

+2717
-457
lines changed

benchmarks/data_pipeline/taskflow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "data_pipeline.hpp"
22
#include <taskflow/taskflow.hpp>
3-
#include <taskflow/algorithm/pipeline.hpp>
3+
#include <taskflow/algorithm/data_pipeline.hpp>
44
#include <vector>
55

66
//my convert function

examples/data_parallel_pipeline

0 Bytes
Binary file not shown.

examples/data_parallel_pipeline.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include <taskflow/taskflow.hpp>
2-
#include <taskflow/algorithm/pipeline.hpp>
2+
#include <taskflow/algorithm/data_pipeline.hpp>
33

44
int main() {
55

0 commit comments

Comments
 (0)