Back to Onetbb

Code Samples of Intel(R) oneAPI Threading Building Blocks (oneTBB)

examples/sycl/README.md

2023.0.0783 B
Original Source

Code Samples of Intel(R) oneAPI Threading Building Blocks (oneTBB)

Code sample nameSupported Intel(R) Architecture(s)Description
tbb-async-syclGPU, CPUThe calculations are split between TBB Flow Graph asynchronous node that calls SYCL* kernel on GPU while TBB functional node does CPU part of calculations.
tbb-task-syclGPU, CPUOne TBB task executes SYCL* code on GPU while another TBB task performs calculations using TBB parallel_for.
tbb-resumable-tasks-syclGPU, CPUThe calculations are split between TBB resumable task that calls SYCL kernel on GPU while TBB parallel_for does CPU part of calculations.