File: cuda_std_algorithms.dox

package info (click to toggle)
taskflow 3.9.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 45,948 kB
  • sloc: cpp: 39,058; xml: 35,572; python: 12,935; javascript: 1,732; makefile: 59; sh: 16
file content (19 lines) | stat: -rw-r--r-- 411 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
namespace tf {

/** @page cudaStandardAlgorithms CUDA Standard Algorithms

  %Taskflow provides template methods for expressing 
  standard parallel algorithms on a CUDA GPU.

  + @subpage CUDASTDExecutionPolicy
  + @subpage CUDASTDSingleTask
  + @subpage CUDASTDForEach
  + @subpage CUDASTDTransform
  + @subpage CUDASTDReduce
  + @subpage CUDASTDScan
  + @subpage CUDASTDMerge
  + @subpage CUDASTDFind

*/

}