]> https://gitweb.dealii.org/ - dealii.git/commit
Import the current development version of TaskFlow 3.7.0. 16892/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Tue, 16 Apr 2024 19:53:43 +0000 (13:53 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Tue, 7 May 2024 08:34:53 +0000 (14:04 +0530)
commit304bcfdd1f7622f35081231d63cf58ff5bc2e938
treeef0ba72777c422a67eb1a6ac353fccca35d31d55
parentd97197395fca9e0fe6cb1292600bd32d8b34f082
Import the current development version of TaskFlow 3.7.0.
84 files changed:
bundled/setup_bundled.cmake
bundled/taskflow-3.6.0/include/taskflow/algorithm/reduce.hpp [deleted file]
bundled/taskflow-3.6.0/include/taskflow/core/async.hpp [deleted file]
bundled/taskflow-3.6.0/include/taskflow/core/async_task.hpp [deleted file]
bundled/taskflow-3.6.0/include/taskflow/utility/macros.hpp [deleted file]
bundled/taskflow-3.7.0/LICENSE [moved from bundled/taskflow-3.6.0/LICENSE with 92% similarity]
bundled/taskflow-3.7.0/README.md [moved from bundled/taskflow-3.6.0/README.md with 93% similarity]
bundled/taskflow-3.7.0/taskflow/algorithm/critical.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/algorithm/critical.hpp with 97% similarity]
bundled/taskflow-3.7.0/taskflow/algorithm/data_pipeline.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/algorithm/data_pipeline.hpp with 100% similarity]
bundled/taskflow-3.7.0/taskflow/algorithm/find.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/algorithm/find.hpp with 75% similarity]
bundled/taskflow-3.7.0/taskflow/algorithm/for_each.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/algorithm/for_each.hpp with 59% similarity]
bundled/taskflow-3.7.0/taskflow/algorithm/launch.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/algorithm/launch.hpp with 57% similarity]
bundled/taskflow-3.7.0/taskflow/algorithm/partitioner.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/algorithm/partitioner.hpp with 55% similarity]
bundled/taskflow-3.7.0/taskflow/algorithm/pipeline.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/algorithm/pipeline.hpp with 93% similarity]
bundled/taskflow-3.7.0/taskflow/algorithm/reduce.hpp [new file with mode: 0644]
bundled/taskflow-3.7.0/taskflow/algorithm/scan.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/algorithm/scan.hpp with 76% similarity]
bundled/taskflow-3.7.0/taskflow/algorithm/sort.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/algorithm/sort.hpp with 96% similarity]
bundled/taskflow-3.7.0/taskflow/algorithm/transform.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/algorithm/transform.hpp with 58% similarity]
bundled/taskflow-3.7.0/taskflow/core/async.hpp [new file with mode: 0644]
bundled/taskflow-3.7.0/taskflow/core/async_task.hpp [new file with mode: 0644]
bundled/taskflow-3.7.0/taskflow/core/declarations.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/core/declarations.hpp with 86% similarity]
bundled/taskflow-3.7.0/taskflow/core/environment.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/core/environment.hpp with 100% similarity]
bundled/taskflow-3.7.0/taskflow/core/error.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/core/error.hpp with 100% similarity]
bundled/taskflow-3.7.0/taskflow/core/executor-module-opt.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/core/executor-module-opt.hpp with 100% similarity]
bundled/taskflow-3.7.0/taskflow/core/executor.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/core/executor.hpp with 81% similarity]
bundled/taskflow-3.7.0/taskflow/core/flow_builder.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/core/flow_builder.hpp with 87% similarity]
bundled/taskflow-3.7.0/taskflow/core/graph.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/core/graph.hpp with 77% similarity]
bundled/taskflow-3.7.0/taskflow/core/notifier.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/core/notifier.hpp with 87% similarity]
bundled/taskflow-3.7.0/taskflow/core/observer.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/core/observer.hpp with 100% similarity]
bundled/taskflow-3.7.0/taskflow/core/semaphore.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/core/semaphore.hpp with 100% similarity]
bundled/taskflow-3.7.0/taskflow/core/task.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/core/task.hpp with 97% similarity]
bundled/taskflow-3.7.0/taskflow/core/taskflow.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/core/taskflow.hpp with 88% similarity]
bundled/taskflow-3.7.0/taskflow/core/topology.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/core/topology.hpp with 57% similarity]
bundled/taskflow-3.7.0/taskflow/core/tsq.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/core/tsq.hpp with 100% similarity]
bundled/taskflow-3.7.0/taskflow/core/worker.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/core/worker.hpp with 62% similarity]
bundled/taskflow-3.7.0/taskflow/cuda/algorithm/find.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/cuda/algorithm/find.hpp with 99% similarity]
bundled/taskflow-3.7.0/taskflow/cuda/algorithm/for_each.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/cuda/algorithm/for_each.hpp with 100% similarity]
bundled/taskflow-3.7.0/taskflow/cuda/algorithm/matmul.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/cuda/algorithm/matmul.hpp with 100% similarity]
bundled/taskflow-3.7.0/taskflow/cuda/algorithm/merge.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/cuda/algorithm/merge.hpp with 100% similarity]
bundled/taskflow-3.7.0/taskflow/cuda/algorithm/reduce.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/cuda/algorithm/reduce.hpp with 100% similarity]
bundled/taskflow-3.7.0/taskflow/cuda/algorithm/scan.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/cuda/algorithm/scan.hpp with 100% similarity]
bundled/taskflow-3.7.0/taskflow/cuda/algorithm/sort.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/cuda/algorithm/sort.hpp with 100% similarity]
bundled/taskflow-3.7.0/taskflow/cuda/algorithm/transform.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/cuda/algorithm/transform.hpp with 100% similarity]
bundled/taskflow-3.7.0/taskflow/cuda/algorithm/transpose.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/cuda/algorithm/transpose.hpp with 100% similarity]
bundled/taskflow-3.7.0/taskflow/cuda/cuda_capturer.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/cuda/cuda_capturer.hpp with 100% similarity]
bundled/taskflow-3.7.0/taskflow/cuda/cuda_device.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/cuda/cuda_device.hpp with 100% similarity]
bundled/taskflow-3.7.0/taskflow/cuda/cuda_error.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/cuda/cuda_error.hpp with 100% similarity]
bundled/taskflow-3.7.0/taskflow/cuda/cuda_execution_policy.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/cuda/cuda_execution_policy.hpp with 100% similarity]
bundled/taskflow-3.7.0/taskflow/cuda/cuda_graph.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/cuda/cuda_graph.hpp with 98% similarity]
bundled/taskflow-3.7.0/taskflow/cuda/cuda_memory.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/cuda/cuda_memory.hpp with 99% similarity]
bundled/taskflow-3.7.0/taskflow/cuda/cuda_meta.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/cuda/cuda_meta.hpp with 100% similarity]
bundled/taskflow-3.7.0/taskflow/cuda/cuda_object.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/cuda/cuda_object.hpp with 100% similarity]
bundled/taskflow-3.7.0/taskflow/cuda/cuda_optimizer.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/cuda/cuda_optimizer.hpp with 100% similarity]
bundled/taskflow-3.7.0/taskflow/cuda/cuda_stream.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/cuda/cuda_stream.hpp with 98% similarity]
bundled/taskflow-3.7.0/taskflow/cuda/cuda_task.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/cuda/cuda_task.hpp with 100% similarity]
bundled/taskflow-3.7.0/taskflow/cuda/cudaflow.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/cuda/cudaflow.hpp with 100% similarity]
bundled/taskflow-3.7.0/taskflow/dsl/connection.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/dsl/connection.hpp with 100% similarity]
bundled/taskflow-3.7.0/taskflow/dsl/dsl.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/dsl/dsl.hpp with 100% similarity]
bundled/taskflow-3.7.0/taskflow/dsl/meta_macro.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/dsl/meta_macro.hpp with 100% similarity]
bundled/taskflow-3.7.0/taskflow/dsl/task_analyzer.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/dsl/task_analyzer.hpp with 100% similarity]
bundled/taskflow-3.7.0/taskflow/dsl/task_dsl.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/dsl/task_dsl.hpp with 100% similarity]
bundled/taskflow-3.7.0/taskflow/dsl/task_trait.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/dsl/task_trait.hpp with 100% similarity]
bundled/taskflow-3.7.0/taskflow/dsl/tuple_utils.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/dsl/tuple_utils.hpp with 100% similarity]
bundled/taskflow-3.7.0/taskflow/dsl/type_list.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/dsl/type_list.hpp with 100% similarity]
bundled/taskflow-3.7.0/taskflow/sycl/algorithm/reduce.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/sycl/algorithm/reduce.hpp with 100% similarity]
bundled/taskflow-3.7.0/taskflow/sycl/algorithm/sycl_for_each.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/sycl/algorithm/sycl_for_each.hpp with 100% similarity]
bundled/taskflow-3.7.0/taskflow/sycl/algorithm/sycl_transform.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/sycl/algorithm/sycl_transform.hpp with 100% similarity]
bundled/taskflow-3.7.0/taskflow/sycl/sycl_execution_policy.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/sycl/sycl_execution_policy.hpp with 100% similarity]
bundled/taskflow-3.7.0/taskflow/sycl/sycl_graph.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/sycl/sycl_graph.hpp with 100% similarity]
bundled/taskflow-3.7.0/taskflow/sycl/sycl_meta.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/sycl/sycl_meta.hpp with 100% similarity]
bundled/taskflow-3.7.0/taskflow/sycl/sycl_task.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/sycl/sycl_task.hpp with 100% similarity]
bundled/taskflow-3.7.0/taskflow/sycl/syclflow.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/sycl/syclflow.hpp with 100% similarity]
bundled/taskflow-3.7.0/taskflow/taskflow.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/taskflow.hpp with 93% similarity]
bundled/taskflow-3.7.0/taskflow/utility/iterator.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/utility/iterator.hpp with 81% similarity]
bundled/taskflow-3.7.0/taskflow/utility/macros.hpp [new file with mode: 0644]
bundled/taskflow-3.7.0/taskflow/utility/math.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/utility/math.hpp with 100% similarity]
bundled/taskflow-3.7.0/taskflow/utility/object_pool.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/utility/object_pool.hpp with 100% similarity]
bundled/taskflow-3.7.0/taskflow/utility/os.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/utility/os.hpp with 100% similarity]
bundled/taskflow-3.7.0/taskflow/utility/serializer.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/utility/serializer.hpp with 100% similarity]
bundled/taskflow-3.7.0/taskflow/utility/singleton.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/utility/singleton.hpp with 100% similarity]
bundled/taskflow-3.7.0/taskflow/utility/small_vector.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/utility/small_vector.hpp with 100% similarity]
bundled/taskflow-3.7.0/taskflow/utility/stream.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/utility/stream.hpp with 97% similarity]
bundled/taskflow-3.7.0/taskflow/utility/traits.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/utility/traits.hpp with 99% similarity]
bundled/taskflow-3.7.0/taskflow/utility/uuid.hpp [moved from bundled/taskflow-3.6.0/include/taskflow/utility/uuid.hpp with 100% similarity]

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.