Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
Heterogeneous tutorials

Examples showing how to use ROOT with heterogeneous hardware (CPUs, GPUs, and other accelerators)

ROOT has an experimental support to prototype SYCL kernels interactively, either in the ROOT prompt or in Jupyter notebooks. This can be enabled by compiling ROOT with -Dexperimental_adaptivecpp=ON

Tutorial Description
syclintro.C Run simple SYCL kernels in ROOT

Files

file  syclintro.C
 Introductory SYCL examples inside ROOT’s interpreter.