Skip to content

Commit 2a291df

Browse files
author
Petr Vesely
committed
[UR] Remove references to Level Zero
1 parent 9a9c057 commit 2a291df

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

include/ur_api.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2915,7 +2915,7 @@ urUSMPoolGetInfo(
29152915
#if !defined(__GNUC__)
29162916
#pragma endregion
29172917
#endif
2918-
// Intel 'oneAPI' Level-Zero Runtime APIs for Program
2918+
// Intel 'oneAPI' Unified Runtime Runtime APIs for Program
29192919
#if !defined(__GNUC__)
29202920
#pragma region program
29212921
#endif

scripts/core/INTRO.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ The following design philosophies are adopted to reduce Host-side overhead:
107107

108108
- All API functions return ${x}_result_t
109109

110-
+ This enumeration contains error codes for the Level Zero APIs and validation layers
110+
+ This enumeration contains error codes for the Unified Runtime APIs and validation layers
111111
+ This allows for a consistent pattern on the application side for catching errors; especially when validation layer(s) are enabled
112112

113113
Multithreading and Concurrency

scripts/core/program.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#
1010
--- #--------------------------------------------------------------------------
1111
type: header
12-
desc: "Intel $OneApi Level-Zero Runtime APIs for Program"
12+
desc: "Intel $OneApi Unified Runtime Runtime APIs for Program"
1313
ordinal: "6"
1414
--- #--------------------------------------------------------------------------
1515
type: enum

scripts/generate_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def generate_ref(dstpath, ref):
213213
util.removePath(refpath)
214214
util.makePath(refpath)
215215

216-
util.jsonWrite(os.path.join(refpath, "level_zero.json"), ref)
216+
util.jsonWrite(os.path.join(refpath, "unified-runtime.json"), ref)
217217

218218
"""
219219
Entry-point:

0 commit comments

Comments
 (0)