forked from taskflow/taskflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExamples.xml
More file actions
24 lines (24 loc) · 2.56 KB
/
Copy pathExamples.xml
File metadata and controls
24 lines (24 loc) · 2.56 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
<?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="Examples" kind="page">
<compoundname>Examples</compoundname>
<title>Learning from Examples</title>
<innerpage refid="wavefront">Wavefront Parallelism</innerpage>
<innerpage refid="fibonacci">Fibonacci Number</innerpage>
<innerpage refid="flipcoins">Flip Coins</innerpage>
<innerpage refid="graphtraversal">Graph Traversal</innerpage>
<innerpage refid="matrix_multiplication">Matrix Multiplication</innerpage>
<innerpage refid="matrix_multiplication_cudaflow">Matrix Multiplication (cudaFlow)</innerpage>
<innerpage refid="kmeans">k-means Clustering</innerpage>
<innerpage refid="kmeans_cudaflow">k-means Clustering (cudaFlow)</innerpage>
<innerpage refid="TextProcessingPipeline">Text Processing Pipeline</innerpage>
<innerpage refid="GraphProcessingPipeline">Graph Processing Pipeline</innerpage>
<innerpage refid="TaskflowProcessingPipeline">Taskflow Processing Pipeline</innerpage>
<briefdescription>
</briefdescription>
<detaileddescription>
<para>This page contains several examples to learn Taskflow in real use case.</para><para><itemizedlist>
<listitem><para><ref refid="wavefront" kindref="compound">Wavefront Parallelism</ref></para></listitem><listitem><para><ref refid="fibonacci" kindref="compound">Fibonacci Number</ref></para></listitem><listitem><para><ref refid="flipcoins" kindref="compound">Flip Coins</ref></para></listitem><listitem><para><ref refid="graphtraversal" kindref="compound">Graph Traversal</ref></para></listitem><listitem><para><ref refid="matrix_multiplication" kindref="compound">Matrix Multiplication</ref></para></listitem><listitem><para><ref refid="matrix_multiplication_cudaflow" kindref="compound">Matrix Multiplication (cudaFlow)</ref></para></listitem><listitem><para><ref refid="kmeans" kindref="compound">k-means Clustering</ref></para></listitem><listitem><para><ref refid="kmeans_cudaflow" kindref="compound">k-means Clustering (cudaFlow)</ref></para></listitem><listitem><para><ref refid="TextProcessingPipeline" kindref="compound">Text Processing Pipeline</ref></para></listitem><listitem><para><ref refid="GraphProcessingPipeline" kindref="compound">Graph Processing Pipeline</ref></para></listitem><listitem><para><ref refid="TaskflowProcessingPipeline" kindref="compound">Taskflow Processing Pipeline</ref> </para></listitem></itemizedlist>
</para> </detaileddescription>
</compounddef>
</doxygen>