Skip to content

Commit 5a8a414

Browse files
committed
updated cudaflow
1 parent dbc1758 commit 5a8a414

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

taskflow/cuda/cuda_flow.hpp

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ namespace tf {
77
/**
88
@class cudaFlow
99
10-
@brief Building methods for a cuda task dependency graph.
10+
@brief methods for building a CUDA task dependency graph.
11+
12+
A cudaFlow is a high-level interface to manipulate GPU tasks using
13+
the task dependency graph model.
14+
The class provides a set of methods for creating and launch different tasks
15+
on one or multiple CUDA devices,
16+
for instance, kernel tasks, data transfer tasks, and memory operation tasks.
1117
*/
1218
class cudaFlow {
1319

0 commit comments

Comments
 (0)