You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Libraries/oneTBB/tbb-async-sycl/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,8 @@ This sample illustrates how computational kernel can be split for execution betw
9
9
| Time to complete | 15 minutes
10
10
11
11
## Purpose
12
-
12
+
The purpose of this sample is to show how during execution, a computational kernel can be split be between CPU and GPU using TBB Flow Graph asynchronous node and functional node.
13
+
13
14
## Key Implementation Details
14
15
TBB Flow Graph and DPC++ implementation explained.
Copy file name to clipboardExpand all lines: Libraries/oneTBB/tbb-task-sycl/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ This sample illustrates how 2 TBB tasks can execute similar computational kernel
9
9
| Time to complete | 15 minutes
10
10
11
11
## Purpose
12
-
12
+
The Purpose of this sample is to show how similar computational kernels can be executed by two TBB tasks with one excuting on SYCL code and another on TBB code.
13
13
14
14
## Key Implementation Details
15
15
The implementation based on TBB tasks and SYCL explained.
0 commit comments