mesytec-mnode/external/taskflow-3.8.0/docs/xml/cudaStandardAlgorithms.xml

33 lines
2 KiB
XML
Raw Permalink Normal View History

2025-01-04 01:25:05 +01:00
<?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.9.1" xml:lang="en-US">
<compounddef id="cudaStandardAlgorithms" kind="page">
<compoundname>cudaStandardAlgorithms</compoundname>
<title>CUDA Standard Algorithms</title>
<innerpage refid="CUDASTDExecutionPolicy">Execution Policy</innerpage>
<innerpage refid="CUDASTDSingleTask">Single %Task</innerpage>
<innerpage refid="CUDASTDForEach">Parallel Iterations</innerpage>
<innerpage refid="CUDASTDTransform">Parallel Transforms</innerpage>
<innerpage refid="CUDASTDReduce">Parallel Reduction</innerpage>
<innerpage refid="CUDASTDScan">Parallel Scan</innerpage>
<innerpage refid="CUDASTDMerge">Parallel Merge</innerpage>
<innerpage refid="CUDASTDFind">Parallel Find</innerpage>
<briefdescription>
</briefdescription>
<detaileddescription>
<para>Taskflow provides template methods for expressing standard parallel algorithms on a CUDA GPU.</para>
<para><itemizedlist>
<listitem><para><ref refid="CUDASTDExecutionPolicy" kindref="compound">Execution Policy</ref></para>
</listitem><listitem><para><ref refid="CUDASTDSingleTask" kindref="compound">Single Task</ref></para>
</listitem><listitem><para><ref refid="CUDASTDForEach" kindref="compound">Parallel Iterations</ref></para>
</listitem><listitem><para><ref refid="CUDASTDTransform" kindref="compound">Parallel Transforms</ref></para>
</listitem><listitem><para><ref refid="CUDASTDReduce" kindref="compound">Parallel Reduction</ref></para>
</listitem><listitem><para><ref refid="CUDASTDScan" kindref="compound">Parallel Scan</ref></para>
</listitem><listitem><para><ref refid="CUDASTDMerge" kindref="compound">Parallel Merge</ref></para>
</listitem><listitem><para><ref refid="CUDASTDFind" kindref="compound">Parallel Find</ref> </para>
</listitem></itemizedlist>
</para>
</detaileddescription>
<location file="doxygen/cuda_std_algorithms/cuda_std_algorithms.dox"/>
</compounddef>
</doxygen>