]> https://gitweb.dealii.org/ - dealii.git/commit
Import and require TaskFlow 3.10.
authorWolfgang Bangerth <bangerth@colostate.edu>
Tue, 14 Jan 2025 16:32:35 +0000 (09:32 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Tue, 14 Jan 2025 16:32:35 +0000 (09:32 -0700)
commit7af7d63449a9c68b44d7f0ed07087a571ff3d3ce
treefb26f2ba2a9f429cf190410a3fca112461f1ac16
parentc3202462896272f4abda901dcc8a50de54b98186
Import and require TaskFlow 3.10.
100 files changed:
bundled/setup_bundled.cmake
bundled/taskflow-3.10.0/LICENSE [new file with mode: 0644]
bundled/taskflow-3.10.0/README.md [moved from bundled/taskflow-3.7.0/README.md with 98% similarity]
bundled/taskflow-3.10.0/taskflow/algorithm/algorithm.hpp [new file with mode: 0644]
bundled/taskflow-3.10.0/taskflow/algorithm/data_pipeline.hpp [moved from bundled/taskflow-3.7.0/taskflow/algorithm/data_pipeline.hpp with 99% similarity]
bundled/taskflow-3.10.0/taskflow/algorithm/find.hpp [moved from bundled/taskflow-3.7.0/taskflow/algorithm/find.hpp with 63% similarity]
bundled/taskflow-3.10.0/taskflow/algorithm/for_each.hpp [new file with mode: 0644]
bundled/taskflow-3.10.0/taskflow/algorithm/module.hpp [new file with mode: 0644]
bundled/taskflow-3.10.0/taskflow/algorithm/partitioner.hpp [moved from bundled/taskflow-3.7.0/taskflow/algorithm/partitioner.hpp with 95% similarity]
bundled/taskflow-3.10.0/taskflow/algorithm/pipeline.hpp [moved from bundled/taskflow-3.7.0/taskflow/algorithm/pipeline.hpp with 100% similarity]
bundled/taskflow-3.10.0/taskflow/algorithm/reduce.hpp [new file with mode: 0644]
bundled/taskflow-3.10.0/taskflow/algorithm/scan.hpp [new file with mode: 0644]
bundled/taskflow-3.10.0/taskflow/algorithm/sort.hpp [moved from bundled/taskflow-3.7.0/taskflow/algorithm/sort.hpp with 94% similarity]
bundled/taskflow-3.10.0/taskflow/algorithm/transform.hpp [moved from bundled/taskflow-3.7.0/taskflow/algorithm/transform.hpp with 63% similarity]
bundled/taskflow-3.10.0/taskflow/core/async.hpp [moved from bundled/taskflow-3.7.0/taskflow/core/async.hpp with 66% similarity]
bundled/taskflow-3.10.0/taskflow/core/async_task.hpp [moved from bundled/taskflow-3.7.0/taskflow/core/async_task.hpp with 85% similarity]
bundled/taskflow-3.10.0/taskflow/core/atomic_notifier.hpp [new file with mode: 0644]
bundled/taskflow-3.10.0/taskflow/core/declarations.hpp [moved from bundled/taskflow-3.7.0/taskflow/core/declarations.hpp with 98% similarity]
bundled/taskflow-3.10.0/taskflow/core/environment.hpp [moved from bundled/taskflow-3.7.0/taskflow/core/environment.hpp with 100% similarity]
bundled/taskflow-3.10.0/taskflow/core/error.hpp [new file with mode: 0644]
bundled/taskflow-3.10.0/taskflow/core/executor.hpp [moved from bundled/taskflow-3.7.0/taskflow/core/executor.hpp with 71% similarity]
bundled/taskflow-3.10.0/taskflow/core/flow_builder.hpp [moved from bundled/taskflow-3.7.0/taskflow/core/flow_builder.hpp with 84% similarity]
bundled/taskflow-3.10.0/taskflow/core/freelist.hpp [new file with mode: 0644]
bundled/taskflow-3.10.0/taskflow/core/graph.hpp [new file with mode: 0644]
bundled/taskflow-3.10.0/taskflow/core/nonblocking_notifier.hpp [moved from bundled/taskflow-3.7.0/taskflow/core/notifier.hpp with 51% similarity]
bundled/taskflow-3.10.0/taskflow/core/observer.hpp [moved from bundled/taskflow-3.7.0/taskflow/core/observer.hpp with 100% similarity]
bundled/taskflow-3.10.0/taskflow/core/runtime.hpp [new file with mode: 0644]
bundled/taskflow-3.10.0/taskflow/core/semaphore.hpp [moved from bundled/taskflow-3.7.0/taskflow/core/semaphore.hpp with 58% similarity]
bundled/taskflow-3.10.0/taskflow/core/task.hpp [moved from bundled/taskflow-3.7.0/taskflow/core/task.hpp with 88% similarity]
bundled/taskflow-3.10.0/taskflow/core/taskflow.hpp [moved from bundled/taskflow-3.7.0/taskflow/core/taskflow.hpp with 97% similarity]
bundled/taskflow-3.10.0/taskflow/core/topology.hpp [moved from bundled/taskflow-3.7.0/taskflow/core/topology.hpp with 83% similarity]
bundled/taskflow-3.10.0/taskflow/core/tsq.hpp [new file with mode: 0644]
bundled/taskflow-3.10.0/taskflow/core/worker.hpp [new file with mode: 0644]
bundled/taskflow-3.10.0/taskflow/cuda/algorithm/find.hpp [moved from bundled/taskflow-3.7.0/taskflow/cuda/algorithm/find.hpp with 100% similarity]
bundled/taskflow-3.10.0/taskflow/cuda/algorithm/for_each.hpp [moved from bundled/taskflow-3.7.0/taskflow/cuda/algorithm/for_each.hpp with 100% similarity]
bundled/taskflow-3.10.0/taskflow/cuda/algorithm/matmul.hpp [moved from bundled/taskflow-3.7.0/taskflow/cuda/algorithm/matmul.hpp with 100% similarity]
bundled/taskflow-3.10.0/taskflow/cuda/algorithm/merge.hpp [moved from bundled/taskflow-3.7.0/taskflow/cuda/algorithm/merge.hpp with 100% similarity]
bundled/taskflow-3.10.0/taskflow/cuda/algorithm/reduce.hpp [moved from bundled/taskflow-3.7.0/taskflow/cuda/algorithm/reduce.hpp with 100% similarity]
bundled/taskflow-3.10.0/taskflow/cuda/algorithm/scan.hpp [moved from bundled/taskflow-3.7.0/taskflow/cuda/algorithm/scan.hpp with 100% similarity]
bundled/taskflow-3.10.0/taskflow/cuda/algorithm/sort.hpp [moved from bundled/taskflow-3.7.0/taskflow/cuda/algorithm/sort.hpp with 99% similarity]
bundled/taskflow-3.10.0/taskflow/cuda/algorithm/transform.hpp [moved from bundled/taskflow-3.7.0/taskflow/cuda/algorithm/transform.hpp with 100% similarity]
bundled/taskflow-3.10.0/taskflow/cuda/algorithm/transpose.hpp [moved from bundled/taskflow-3.7.0/taskflow/cuda/algorithm/transpose.hpp with 100% similarity]
bundled/taskflow-3.10.0/taskflow/cuda/cuda_capturer.hpp [moved from bundled/taskflow-3.7.0/taskflow/cuda/cuda_capturer.hpp with 99% similarity]
bundled/taskflow-3.10.0/taskflow/cuda/cuda_device.hpp [moved from bundled/taskflow-3.7.0/taskflow/cuda/cuda_device.hpp with 99% similarity]
bundled/taskflow-3.10.0/taskflow/cuda/cuda_error.hpp [moved from bundled/taskflow-3.7.0/taskflow/cuda/cuda_error.hpp with 100% similarity]
bundled/taskflow-3.10.0/taskflow/cuda/cuda_execution_policy.hpp [moved from bundled/taskflow-3.7.0/taskflow/cuda/cuda_execution_policy.hpp with 100% similarity]
bundled/taskflow-3.10.0/taskflow/cuda/cuda_graph.hpp [moved from bundled/taskflow-3.7.0/taskflow/cuda/cuda_graph.hpp with 99% similarity]
bundled/taskflow-3.10.0/taskflow/cuda/cuda_memory.hpp [moved from bundled/taskflow-3.7.0/taskflow/cuda/cuda_memory.hpp with 99% similarity]
bundled/taskflow-3.10.0/taskflow/cuda/cuda_meta.hpp [moved from bundled/taskflow-3.7.0/taskflow/cuda/cuda_meta.hpp with 100% similarity]
bundled/taskflow-3.10.0/taskflow/cuda/cuda_object.hpp [moved from bundled/taskflow-3.7.0/taskflow/cuda/cuda_object.hpp with 99% similarity]
bundled/taskflow-3.10.0/taskflow/cuda/cuda_optimizer.hpp [moved from bundled/taskflow-3.7.0/taskflow/cuda/cuda_optimizer.hpp with 100% similarity]
bundled/taskflow-3.10.0/taskflow/cuda/cuda_stream.hpp [moved from bundled/taskflow-3.7.0/taskflow/cuda/cuda_stream.hpp with 100% similarity]
bundled/taskflow-3.10.0/taskflow/cuda/cuda_task.hpp [moved from bundled/taskflow-3.7.0/taskflow/cuda/cuda_task.hpp with 100% similarity]
bundled/taskflow-3.10.0/taskflow/cuda/cudaflow.hpp [moved from bundled/taskflow-3.7.0/taskflow/cuda/cudaflow.hpp with 100% similarity]
bundled/taskflow-3.10.0/taskflow/dsl/connection.hpp [moved from bundled/taskflow-3.7.0/taskflow/dsl/connection.hpp with 100% similarity]
bundled/taskflow-3.10.0/taskflow/dsl/dsl.hpp [moved from bundled/taskflow-3.7.0/taskflow/dsl/dsl.hpp with 100% similarity]
bundled/taskflow-3.10.0/taskflow/dsl/meta_macro.hpp [moved from bundled/taskflow-3.7.0/taskflow/dsl/meta_macro.hpp with 100% similarity]
bundled/taskflow-3.10.0/taskflow/dsl/task_analyzer.hpp [moved from bundled/taskflow-3.7.0/taskflow/dsl/task_analyzer.hpp with 100% similarity]
bundled/taskflow-3.10.0/taskflow/dsl/task_dsl.hpp [moved from bundled/taskflow-3.7.0/taskflow/dsl/task_dsl.hpp with 100% similarity]
bundled/taskflow-3.10.0/taskflow/dsl/task_trait.hpp [moved from bundled/taskflow-3.7.0/taskflow/dsl/task_trait.hpp with 100% similarity]
bundled/taskflow-3.10.0/taskflow/dsl/tuple_utils.hpp [moved from bundled/taskflow-3.7.0/taskflow/dsl/tuple_utils.hpp with 100% similarity]
bundled/taskflow-3.10.0/taskflow/dsl/type_list.hpp [moved from bundled/taskflow-3.7.0/taskflow/dsl/type_list.hpp with 100% similarity]
bundled/taskflow-3.10.0/taskflow/sycl/algorithm/reduce.hpp [moved from bundled/taskflow-3.7.0/taskflow/sycl/algorithm/reduce.hpp with 100% similarity]
bundled/taskflow-3.10.0/taskflow/sycl/algorithm/sycl_for_each.hpp [moved from bundled/taskflow-3.7.0/taskflow/sycl/algorithm/sycl_for_each.hpp with 100% similarity]
bundled/taskflow-3.10.0/taskflow/sycl/algorithm/sycl_transform.hpp [moved from bundled/taskflow-3.7.0/taskflow/sycl/algorithm/sycl_transform.hpp with 100% similarity]
bundled/taskflow-3.10.0/taskflow/sycl/sycl_execution_policy.hpp [moved from bundled/taskflow-3.7.0/taskflow/sycl/sycl_execution_policy.hpp with 100% similarity]
bundled/taskflow-3.10.0/taskflow/sycl/sycl_graph.hpp [moved from bundled/taskflow-3.7.0/taskflow/sycl/sycl_graph.hpp with 100% similarity]
bundled/taskflow-3.10.0/taskflow/sycl/sycl_meta.hpp [moved from bundled/taskflow-3.7.0/taskflow/sycl/sycl_meta.hpp with 100% similarity]
bundled/taskflow-3.10.0/taskflow/sycl/sycl_task.hpp [moved from bundled/taskflow-3.7.0/taskflow/sycl/sycl_task.hpp with 100% similarity]
bundled/taskflow-3.10.0/taskflow/sycl/syclflow.hpp [moved from bundled/taskflow-3.7.0/taskflow/sycl/syclflow.hpp with 100% similarity]
bundled/taskflow-3.10.0/taskflow/taskflow.hpp [new file with mode: 0644]
bundled/taskflow-3.10.0/taskflow/utility/iterator.hpp [new file with mode: 0644]
bundled/taskflow-3.10.0/taskflow/utility/latch.hpp [new file with mode: 0644]
bundled/taskflow-3.10.0/taskflow/utility/macros.hpp [moved from bundled/taskflow-3.7.0/taskflow/utility/macros.hpp with 52% similarity]
bundled/taskflow-3.10.0/taskflow/utility/math.hpp [new file with mode: 0644]
bundled/taskflow-3.10.0/taskflow/utility/mpmc.hpp [new file with mode: 0644]
bundled/taskflow-3.10.0/taskflow/utility/object_pool.hpp [moved from bundled/taskflow-3.7.0/taskflow/utility/object_pool.hpp with 98% similarity]
bundled/taskflow-3.10.0/taskflow/utility/os.hpp [new file with mode: 0644]
bundled/taskflow-3.10.0/taskflow/utility/serializer.hpp [moved from bundled/taskflow-3.7.0/taskflow/utility/serializer.hpp with 99% similarity]
bundled/taskflow-3.10.0/taskflow/utility/singleton.hpp [moved from bundled/taskflow-3.7.0/taskflow/utility/singleton.hpp with 100% similarity]
bundled/taskflow-3.10.0/taskflow/utility/small_vector.hpp [moved from bundled/taskflow-3.7.0/taskflow/utility/small_vector.hpp with 99% similarity]
bundled/taskflow-3.10.0/taskflow/utility/stream.hpp [moved from bundled/taskflow-3.7.0/taskflow/utility/stream.hpp with 100% similarity]
bundled/taskflow-3.10.0/taskflow/utility/traits.hpp [moved from bundled/taskflow-3.7.0/taskflow/utility/traits.hpp with 94% similarity]
bundled/taskflow-3.10.0/taskflow/utility/uuid.hpp [moved from bundled/taskflow-3.7.0/taskflow/utility/uuid.hpp with 100% similarity]
bundled/taskflow-3.7.0/LICENSE [deleted file]
bundled/taskflow-3.7.0/taskflow/algorithm/critical.hpp [deleted file]
bundled/taskflow-3.7.0/taskflow/algorithm/for_each.hpp [deleted file]
bundled/taskflow-3.7.0/taskflow/algorithm/launch.hpp [deleted file]
bundled/taskflow-3.7.0/taskflow/algorithm/reduce.hpp [deleted file]
bundled/taskflow-3.7.0/taskflow/algorithm/scan.hpp [deleted file]
bundled/taskflow-3.7.0/taskflow/core/error.hpp [deleted file]
bundled/taskflow-3.7.0/taskflow/core/executor-module-opt.hpp [deleted file]
bundled/taskflow-3.7.0/taskflow/core/graph.hpp [deleted file]
bundled/taskflow-3.7.0/taskflow/core/tsq.hpp [deleted file]
bundled/taskflow-3.7.0/taskflow/core/worker.hpp [deleted file]
bundled/taskflow-3.7.0/taskflow/taskflow.hpp [deleted file]
bundled/taskflow-3.7.0/taskflow/utility/iterator.hpp [deleted file]
bundled/taskflow-3.7.0/taskflow/utility/math.hpp [deleted file]
bundled/taskflow-3.7.0/taskflow/utility/os.hpp [deleted file]
cmake/configure/configure_10_taskflow.cmake

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.