Skip to content

Commit fe7d3bc

Browse files
author
root
committed
Fill in "Purpose" Section of both README files.
Signed-off-by: root <[email protected]>
1 parent e1ea16d commit fe7d3bc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Libraries/oneTBB/tbb-async-sycl/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ This sample illustrates how computational kernel can be split for execution betw
99
| Time to complete | 15 minutes
1010

1111
## 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+
1314
## Key Implementation Details
1415
TBB Flow Graph and DPC++ implementation explained.
1516

Libraries/oneTBB/tbb-task-sycl/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This sample illustrates how 2 TBB tasks can execute similar computational kernel
99
| Time to complete | 15 minutes
1010

1111
## 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.
1313

1414
## Key Implementation Details
1515
The implementation based on TBB tasks and SYCL explained.

0 commit comments

Comments
 (0)