File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ Unified Runtime
99
1010The Unified Runtime (UR) project serves as an interface layer between the SYCL
1111runtime and the device-specific runtime layers which control execution on
12- devices. The parts of it primarily utilized by SYCL RT are its C API, loader
13- library, and the adapter libraries that implement the API for various backends.
12+ devices. SYCL RT utilizes its C API, loader library, and the adapter libraries
13+ that implement the API for various backends.
1414
1515The SYCL runtime accesses the UR API via the Adapter object. Each Adapter
16- object owns a ur_adapter_handle_t, which represents a UR backend (e.g. OpenCL,
16+ object owns a `` ur_adapter_handle_t `` , which represents a UR backend (e.g. OpenCL,
1717Level Zero, etc).
1818
1919For detailed information about the UR project including
You can’t perform that action at this time.
0 commit comments