forked from taskflow/taskflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCookbook.xml
More file actions
28 lines (28 loc) · 3.28 KB
/
Copy pathCookbook.xml
File metadata and controls
28 lines (28 loc) · 3.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="1.8.14">
<compounddef id="Cookbook" kind="page">
<compoundname>Cookbook</compoundname>
<title>Cookbook</title>
<innerpage refid="ProjectMotivation">Project Motivation</innerpage>
<innerpage refid="StaticTasking">Static Tasking</innerpage>
<innerpage refid="ExecuteTaskflow">%Executor</innerpage>
<innerpage refid="DynamicTasking">Dynamic Tasking</innerpage>
<innerpage refid="ConditionalTasking">Conditional Tasking</innerpage>
<innerpage refid="ComposableTasking">Composable Tasking</innerpage>
<innerpage refid="AsyncTasking">Asynchronous Tasking</innerpage>
<innerpage refid="DependentAsyncTasking">Asynchronous Tasking with Dependencies</innerpage>
<innerpage refid="RuntimeTasking">Interact with the Runtime</innerpage>
<innerpage refid="PrioritizedTasking">Prioritized Tasking</innerpage>
<innerpage refid="GPUTaskingcudaFlow">GPU Tasking (%cudaFlow)</innerpage>
<innerpage refid="GPUTaskingcudaFlowCapturer">GPU Tasking (%cudaFlowCapturer)</innerpage>
<innerpage refid="LimitTheMaximumConcurrency">Limit the Maximum Concurrency</innerpage>
<innerpage refid="RequestCancellation">Request Cancellation</innerpage>
<innerpage refid="Profiler">Profile Taskflow Programs</innerpage>
<briefdescription>
</briefdescription>
<detaileddescription>
<para>This cookbook provides a step-by-step tutorial for writing Taskflow programs.</para><para><itemizedlist>
<listitem><para><ref refid="ProjectMotivation" kindref="compound">Project Motivation</ref></para></listitem><listitem><para><ref refid="StaticTasking" kindref="compound">Static Tasking</ref></para></listitem><listitem><para><ref refid="ExecuteTaskflow" kindref="compound">Executor</ref></para></listitem><listitem><para><ref refid="DynamicTasking" kindref="compound">Dynamic Tasking</ref></para></listitem><listitem><para><ref refid="ConditionalTasking" kindref="compound">Conditional Tasking</ref></para></listitem><listitem><para><ref refid="ComposableTasking" kindref="compound">Composable Tasking</ref></para></listitem><listitem><para><ref refid="AsyncTasking" kindref="compound">Asynchronous Tasking</ref></para></listitem><listitem><para><ref refid="DependentAsyncTasking" kindref="compound">Asynchronous Tasking with Dependencies</ref></para></listitem><listitem><para><ref refid="RuntimeTasking" kindref="compound">Interact with the Runtime</ref></para></listitem><listitem><para><ref refid="PrioritizedTasking" kindref="compound">Prioritized Tasking</ref></para></listitem><listitem><para><ref refid="GPUTaskingcudaFlow" kindref="compound">GPU Tasking (cudaFlow)</ref></para></listitem><listitem><para><ref refid="GPUTaskingcudaFlowCapturer" kindref="compound">GPU Tasking (cudaFlowCapturer)</ref></para></listitem><listitem><para><ref refid="LimitTheMaximumConcurrency" kindref="compound">Limit the Maximum Concurrency</ref></para></listitem><listitem><para><ref refid="RequestCancellation" kindref="compound">Request Cancellation</ref></para></listitem><listitem><para><ref refid="Profiler" kindref="compound">Profile Taskflow Programs</ref> </para></listitem></itemizedlist>
</para> </detaileddescription>
</compounddef>
</doxygen>