Back to Mold

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

third-party/tbb/examples/sycl/README.md

2.42.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.