21 lines
482 B
Text
21 lines
482 B
Text
namespace tf {
|
|
|
|
/** @page Examples Learning from Examples
|
|
|
|
This page contains several examples to learn %Taskflow in real use case.
|
|
|
|
+ @subpage wavefront
|
|
+ @subpage fibonacci
|
|
+ @subpage flipcoins
|
|
+ @subpage graphtraversal
|
|
+ @subpage matrix_multiplication
|
|
+ @subpage matrix_multiplication_cudaflow
|
|
+ @subpage kmeans
|
|
+ @subpage kmeans_cudaflow
|
|
+ @subpage TextProcessingPipeline
|
|
+ @subpage GraphProcessingPipeline
|
|
+ @subpage TaskflowProcessingPipeline
|
|
|
|
*/
|
|
|
|
}
|