File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2915,7 +2915,7 @@ urUSMPoolGetInfo(
2915
2915
#if !defined(__GNUC__ )
2916
2916
#pragma endregion
2917
2917
#endif
2918
- // Intel 'oneAPI' Level-Zero Runtime APIs for Program
2918
+ // Intel 'oneAPI' Unified Runtime Runtime APIs for Program
2919
2919
#if !defined(__GNUC__ )
2920
2920
#pragma region program
2921
2921
#endif
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ The following design philosophies are adopted to reduce Host-side overhead:
107
107
108
108
- All API functions return ${x}_result_t
109
109
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
111
111
+ This allows for a consistent pattern on the application side for catching errors; especially when validation layer(s) are enabled
112
112
113
113
Multithreading and Concurrency
Original file line number Diff line number Diff line change 9
9
#
10
10
--- # --------------------------------------------------------------------------
11
11
type : header
12
- desc : " Intel $OneApi Level-Zero Runtime APIs for Program"
12
+ desc : " Intel $OneApi Unified Runtime Runtime APIs for Program"
13
13
ordinal : " 6"
14
14
--- # --------------------------------------------------------------------------
15
15
type : enum
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ def generate_ref(dstpath, ref):
213
213
util .removePath (refpath )
214
214
util .makePath (refpath )
215
215
216
- util .jsonWrite (os .path .join (refpath , "level_zero .json" ), ref )
216
+ util .jsonWrite (os .path .join (refpath , "unified-runtime .json" ), ref )
217
217
218
218
"""
219
219
Entry-point:
You can’t perform that action at this time.
0 commit comments