Release Roadmap
This page describes the upcoming milestones of the Taskflow project.
Milestone Summary
The table below summarizes the milestones of Taskflow we plan to achieve by the end of 2021. Each milestone releases technical items that significantly enhances the capability of Taskflow.
Milestone | Release |
---|---|
Migrate the codebase to C++20 | v4.x |
Design a custom thread-creation interface | TBD |
Design a distributed tasking interface with scheduling | TBD |
Design a pipeline scheduling framework with token dependency | Release 3.7.0 (2024/05/07) |
Design a dynamic task graph model | Release 3.6.0 (2023/05/07) |
Design a pipeline scheduling framework | Release 3.3.0 (2022/01/03) |
Integrate thread sanitizer into the CI | Release 3.3.0 (2022/01/03) |
Integrate OpenCL and SYCL to tf::syclFlow | Release 3.1.0 (2021/04/14) |
Integrate cuBLAS into tf:: | Release 3.0.0 (2021/01/01) |
Support building cudaFlow through stream capture | Release 3.0.0 (2021/01/01) |
Support profiling large data in tfprof | Release 3.0.0 (2021/01/01) |
Support cancelling Taskflow | Release 3.0.0 (2021/01/01) |
Support limiting maximum concurrency | Release 3.0.0 (2021/01/01) |
Migrate the codebase to C++17 | Release 3.0.0 (2021/01/01) |
Along with the project development, we expect to have multiple releases for feature requests, bug fixes, and technical improvement.