-<p>Taskflow 3.3.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 <em>experimental</em> 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.</p><section id="release-3-3-0_download"><h2><a href="#release-3-3-0_download">Download</a></h2><p>To download the newest version of Taskflow, please clone from <a href="https://github.com/taskflow/taskflow">Taskflow's GitHub</a>.</p></section><section id="release-3-3-0_system_requirements"><h2><a href="#release-3-3-0_system_requirements">System Requirements</a></h2><p>To use Taskflow v3.3.0, you need a compiler that supports C++17:</p><ul><li>GNU C++ Compiler at least v8.4 with -std=c++17</li><li>Clang C++ Compiler at least v6.0 with -std=c++17</li><li>Microsoft Visual Studio at least v19.27 with /std:c++17</li><li>AppleClang Xode Version at least v12.0 with -std=c++17</li><li>Nvidia CUDA Toolkit and Compiler (nvcc) at least v11.1 with -std=c++17</li><li>Intel C++ Compiler at least v19.0.1 with -std=c++17</li><li>Intel DPC++ Clang Compiler at least v13.0.0 with -std=c++17 and SYCL20</li></ul><p>Taskflow works on Linux, Windows, and Mac OS X.</p></section><section id="release-3-3-0_summary"><h2><a href="#release-3-3-0_summary">Release Summary</a></h2><p>This release has resolved data race issues and incorporated essential sanitizers into the <a href="https://github.com/taskflow/taskflow/actions">continuous integration workflows</a> to detect data race, illegal memory access, and memory leak of the Taskflow codebase.</p></section><section id="release-3-3-0_new_features"><h2><a href="#release-3-3-0_new_features">New Features</a></h2><section id="release-3-3-0_taskflow_core"><h3><a href="#release-3-3-0_taskflow_core">Taskflow Core</a></h3><ul><li>Changed all lambda operators in parallel algorithms to copy by default</li><li>Cleaned up data race errors in <a href="https://github.com/google/sanitizers">tsan</a> caused by incorrect memory order</li><li>Added <a href="classtf_1_1Task.html#afd82ab6d6518d1142a72c4d2c97ff114" class="m-doc">tf::<wbr />Task::<wbr />data</a> to allow associating a task with user-level data</li></ul></section><section id="release-3-3-0_cudaflow"><h3><a href="#release-3-3-0_cudaflow">cudaFlow</a></h3></section><section id="release-3-3-0_syclflow"><h3><a href="#release-3-3-0_syclflow">syclFlow</a></h3></section><section id="release-3-3-0_cuda_std_algorithms"><h3><a href="#release-3-3-0_cuda_std_algorithms">CUDA Standard Parallel Algorithms</a></h3></section><section id="release-3-3-0_utilities"><h3><a href="#release-3-3-0_utilities">Utilities</a></h3></section><section id="release-3-3-0_profiler"><h3><a href="#release-3-3-0_profiler">Taskflow Profiler (TFProf)</a></h3></section></section><section id="release-3-3-0_bug_fixes"><h2><a href="#release-3-3-0_bug_fixes">Bug Fixes</a></h2><ul><li>Fixed memory leak in updating <a href="classtf_1_1cudaFlowCapturer.html" class="m-doc">tf::<wbr />cudaFlowCapturer</a> of undestroyed graph</li><li>Fixed invalid lambda capture by reference in <a href="classtf_1_1FlowBuilder.html#a7ef36ae799b89a5a37a2c5b09b12349c" class="m-doc">tf::<wbr />Taskflow::<wbr />sort</a></li></ul></section><section id="release-3-3-0_breaking_changes"><h2><a href="#release-3-3-0_breaking_changes">Breaking Changes</a></h2></section><section id="release-3-3-0_deprecated_items"><h2><a href="#release-3-3-0_deprecated_items">Deprecated and Removed Items</a></h2></section><section id="release-3-3-0_documentation"><h2><a href="#release-3-3-0_documentation">Documentation</a></h2><ul><li>Revised <a href="install.html" class="m-doc">Building and Installing</a><ul><li><a href="install.html#BAIBuildSanitizers" class="m-doc">Build Sanitizers</a></li></ul></li><li>Revised <a href="StaticTasking.html" class="m-doc">Static Tasking</a><ul><li><a href="StaticTasking.html#AttachUserDataToATask" class="m-doc">Attach User Data to a Task</a></li></ul></li></ul></section><section id="release-3-3-0_miscellaneous_items"><h2><a href="#release-3-3-0_miscellaneous_items">Miscellaneous Items</a></h2><p>We have published Taskflow in the following journal:</p><ul><li>Tsung-Wei Huang, Dian-Lun Lin, Chun-Xun Lin, and Yibo Lin, "<a href="https://tsung-wei-huang.github.io/papers/tpds21-taskflow.pdf">Taskflow: A Lightweight Parallel and Heterogeneous Task Graph Computing System</a>," <em>IEEE Transactions on Parallel and Distributed Systems (TPDS)</em>, 2021</li></ul></section>
0 commit comments