Skip to content

Commit 3dc8252

Browse files
authored
Merge pull request #605 from veselypeta/petr/remove-l0-references
[UR] Remove references to Level Zero
2 parents 9a9c057 + d4356f8 commit 3dc8252

File tree

5 files changed

+3
-16
lines changed

5 files changed

+3
-16
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: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -203,18 +203,6 @@ def generate_rst(docpath, section, namespace, tags, ver, rev, specs, meta):
203203
meta=meta,
204204
specs=specs)
205205

206-
207-
"""
208-
Entry-point:
209-
generate reference JSON file
210-
"""
211-
def generate_ref(dstpath, ref):
212-
refpath = os.path.join(dstpath, "ref")
213-
util.removePath(refpath)
214-
util.makePath(refpath)
215-
216-
util.jsonWrite(os.path.join(refpath, "level_zero.json"), ref)
217-
218206
"""
219207
Entry-point:
220208
generate doxygen xml and setup source path.

scripts/run.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ def main():
159159
docpath = os.path.join("../docs/")
160160

161161
generate_docs.prepare(docpath, args['rst'], args['html'], args['ver'])
162-
generate_docs.generate_ref(docpath, input['ref'])
163162

164163
for idx, specs in enumerate(input['specs']):
165164
config = input['configs'][idx]

0 commit comments

Comments
 (0)