Skip to content

Commit fe6b582

Browse files
fix comments
Signed-off-by: Tikhomirova, Kseniya <[email protected]>
1 parent 8866561 commit fe6b582

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libsycl/docs/DesignDocs/UnifiedRuntime.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ Unified Runtime
99

1010
The Unified Runtime (UR) project serves as an interface layer between the SYCL
1111
runtime 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

1515
The 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,
1717
Level Zero, etc).
1818

1919
For detailed information about the UR project including

0 commit comments

Comments
 (0)