]> https://gitweb.dealii.org/ - dealii.git/commit
bundle taskflow 3.6.0
authorTimo Heister <timo.heister@gmail.com>
Mon, 3 Jul 2023 04:00:32 +0000 (00:00 -0400)
committerTimo Heister <timo.heister@gmail.com>
Mon, 3 Jul 2023 04:00:32 +0000 (00:00 -0400)
commit356379cc688826da4ac93808ea6982baaeb7fd6b
treea940e78c48e6054a5335081d6ac2b47b29bba4e3
parent9996343a39c00dc931ad97873c90f5623cace9aa
bundle taskflow 3.6.0
102 files changed:
bundled/setup_bundled.cmake
bundled/taskflow-2.5.0/README.md [deleted file]
bundled/taskflow-2.5.0/include/taskflow/core/executor.hpp [deleted file]
bundled/taskflow-2.5.0/include/taskflow/core/flow_builder.hpp [deleted file]
bundled/taskflow-2.5.0/include/taskflow/core/graph.hpp [deleted file]
bundled/taskflow-2.5.0/include/taskflow/core/observer.hpp [deleted file]
bundled/taskflow-2.5.0/include/taskflow/core/taskflow.hpp [deleted file]
bundled/taskflow-2.5.0/include/taskflow/core/topology.hpp [deleted file]
bundled/taskflow-2.5.0/include/taskflow/core/tsq.hpp [deleted file]
bundled/taskflow-2.5.0/include/taskflow/cuda/cuda_device.hpp [deleted file]
bundled/taskflow-2.5.0/include/taskflow/cuda/cuda_error.hpp [deleted file]
bundled/taskflow-2.5.0/include/taskflow/cuda/cuda_flow.hpp [deleted file]
bundled/taskflow-2.5.0/include/taskflow/cuda/cuda_graph.hpp [deleted file]
bundled/taskflow-2.5.0/include/taskflow/cuda/cuda_task.hpp [deleted file]
bundled/taskflow-2.5.0/include/taskflow/declarations.hpp [deleted file]
bundled/taskflow-2.5.0/include/taskflow/nstd/any.hpp [deleted file]
bundled/taskflow-2.5.0/include/taskflow/nstd/optional.hpp [deleted file]
bundled/taskflow-2.5.0/include/taskflow/nstd/variant.hpp [deleted file]
bundled/taskflow-2.5.0/include/taskflow/taskflow.hpp [deleted file]
bundled/taskflow-2.5.0/include/taskflow/utility/os.hpp [deleted file]
bundled/taskflow-2.5.0/include/taskflow/utility/passive_vector.hpp [deleted file]
bundled/taskflow-2.5.0/include/taskflow/utility/stringify.hpp [deleted file]
bundled/taskflow-2.5.0/include/taskflow/utility/traits.hpp [deleted file]
bundled/taskflow-3.6.0/LICENSE [moved from bundled/taskflow-2.5.0/LICENSE with 84% similarity]
bundled/taskflow-3.6.0/README.md [new file with mode: 0644]
bundled/taskflow-3.6.0/include/algorithm/critical.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/algorithm/data_pipeline.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/algorithm/find.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/algorithm/for_each.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/algorithm/launch.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/algorithm/partitioner.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/algorithm/pipeline.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/algorithm/reduce.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/algorithm/scan.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/algorithm/sort.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/algorithm/transform.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/core/async.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/core/async_task.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/core/declarations.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/core/environment.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/core/error.hpp [moved from bundled/taskflow-2.5.0/include/taskflow/core/error.hpp with 84% similarity]
bundled/taskflow-3.6.0/include/core/executor-module-opt.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/core/executor.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/core/flow_builder.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/core/graph.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/core/notifier.hpp [moved from bundled/taskflow-2.5.0/include/taskflow/core/notifier.hpp with 96% similarity]
bundled/taskflow-3.6.0/include/core/observer.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/core/semaphore.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/core/task.hpp [moved from bundled/taskflow-2.5.0/include/taskflow/core/task.hpp with 50% similarity]
bundled/taskflow-3.6.0/include/core/taskflow.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/core/topology.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/core/tsq.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/core/worker.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/cuda/algorithm/find.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/cuda/algorithm/for_each.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/cuda/algorithm/matmul.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/cuda/algorithm/merge.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/cuda/algorithm/reduce.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/cuda/algorithm/scan.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/cuda/algorithm/sort.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/cuda/algorithm/transform.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/cuda/algorithm/transpose.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/cuda/cuda_capturer.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/cuda/cuda_device.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/cuda/cuda_error.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/cuda/cuda_execution_policy.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/cuda/cuda_graph.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/cuda/cuda_memory.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/cuda/cuda_meta.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/cuda/cuda_object.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/cuda/cuda_optimizer.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/cuda/cuda_stream.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/cuda/cuda_task.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/cuda/cudaflow.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/dsl/connection.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/dsl/dsl.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/dsl/meta_macro.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/dsl/task_analyzer.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/dsl/task_dsl.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/dsl/task_trait.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/dsl/tuple_utils.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/dsl/type_list.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/sycl/algorithm/reduce.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/sycl/algorithm/sycl_for_each.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/sycl/algorithm/sycl_transform.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/sycl/sycl_execution_policy.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/sycl/sycl_graph.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/sycl/sycl_meta.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/sycl/sycl_task.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/sycl/syclflow.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/taskflow.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/utility/iterator.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/utility/macros.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/utility/math.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/utility/object_pool.hpp [moved from bundled/taskflow-2.5.0/include/taskflow/utility/object_pool.hpp with 91% similarity]
bundled/taskflow-3.6.0/include/utility/os.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/utility/serializer.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/utility/singleton.hpp [moved from bundled/taskflow-2.5.0/include/taskflow/utility/singleton.hpp with 94% similarity]
bundled/taskflow-3.6.0/include/utility/small_vector.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/utility/stream.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/utility/traits.hpp [new file with mode: 0644]
bundled/taskflow-3.6.0/include/utility/uuid.hpp [moved from bundled/taskflow-2.5.0/include/taskflow/utility/uuid.hpp with 82% 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.