Taskflow  3.2.0-Master-Branch
Loading...
Searching...
No Matches
Release 3.4.0 (Master)

Taskflow 3.4.0 is the newest developing line to new features and improvements we continue to support. It is also where this documentation is generated. Many things are considered experimental and may change or break from time to time. While it may be difficult to be keep all things consistent when introducing new features, we continue to try our best to ensure backward compatibility.

Download

To download the newest version of Taskflow, please clone the master branch from Taskflow's GitHub.

System Requirements

To use Taskflow v3.4.0, you need a compiler that supports C++17:

  • GNU C++ Compiler at least v8.4 with -std=c++17
  • Clang C++ Compiler at least v6.0 with -std=c++17
  • Microsoft Visual Studio at least v19.27 with /std:c++17
  • AppleClang Xode Version at least v12.0 with -std=c++17
  • Nvidia CUDA Toolkit and Compiler (nvcc) at least v11.1 with -std=c++17
  • Intel C++ Compiler at least v19.0.1 with -std=c++17
  • Intel DPC++ Clang Compiler at least v13.0.0 with -std=c++17 and SYCL20

Taskflow works on Linux, Windows, and Mac OS X.

Release Summary

New Features

Taskflow Core

  • Improved the pipeline performance using vertical stack optimization
  • Added tf::ScalablePipeline to allow programming variable lengths of pipes
  • Added an example of attaching data to a task (examples/attach_data.cpp)
  • Added an example of text processing pipeline (examples/parallel_text_pipeline.cpp)
  • Added an example of graph processing pipeline (examples/parallel_graph_pipeline.cpp)
  • Added an example of taskflow processing pipeline (examples/parallel_taskflow_pipeline.cpp)

cudaFlow

  • Added tf::cudaStream as a move-only, RAII-styled wrapper over a native CUDA stream
  • Added tf::cudaEvent as a move-only, RAII-styled wrapper over a native CUDA event

syclFlow

Utilities

  • removed serializer to improve compilation speed

Taskflow Profiler (TFProf)

  • Disabled local TFProf support due to non-portable serialization

Bug Fixes

  • Fixed compilation error by non-portable include of immintrin.h (#371)
  • Fixed compilation error by old version of doctest (#372)

If you encounter any potential bugs, please submit an issue at issue tracker.

Breaking Changes

Deprecated and Removed Items

Documentation

Miscellaneous Items

We have published Taskflow in the following venues:

  1. Dian-Lun Lin and Tsung-Wei Huang, "Accelerating Large Sparse Neural Network Inference using GPU Task Graph Parallelism," IEEE Transactions on Parallel and Distributed Systems (TPDS), accepted, 2022

Please do not hesitate to contact Dr. Tsung-Wei Huang if you intend to collaborate with us on using Taskflow in your scientific computing projects.