Skip to content

Commit 0d3918e

Browse files
[UR] Restore function IDs from the previous release (intel#20168)
This is a cherry-pick of intel#19988 Function IDs stored in ur_function_t structure should be kept stable across versions. This patch restores the IDs from v6.2.0 release. Patch-by: Krzysztof Święcicki <[email protected]>
1 parent 7f416b7 commit 0d3918e

File tree

3 files changed

+88
-88
lines changed

3 files changed

+88
-88
lines changed

unified-runtime/include/ur_api.h

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

unified-runtime/include/ur_print.hpp

Lines changed: 33 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

unified-runtime/scripts/core/registry.yml

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,36 @@ etors:
415415
- name: ENQUEUE_USM_MEMCPY_2D
416416
desc: Enumerator for $xEnqueueUSMMemcpy2D
417417
value: '152'
418+
- name: VIRTUAL_MEM_GRANULARITY_GET_INFO
419+
desc: Enumerator for $xVirtualMemGranularityGetInfo
420+
value: '153'
421+
- name: VIRTUAL_MEM_RESERVE
422+
desc: Enumerator for $xVirtualMemReserve
423+
value: '154'
424+
- name: VIRTUAL_MEM_FREE
425+
desc: Enumerator for $xVirtualMemFree
426+
value: '155'
427+
- name: VIRTUAL_MEM_MAP
428+
desc: Enumerator for $xVirtualMemMap
429+
value: '156'
430+
- name: VIRTUAL_MEM_UNMAP
431+
desc: Enumerator for $xVirtualMemUnmap
432+
value: '157'
433+
- name: VIRTUAL_MEM_SET_ACCESS
434+
desc: Enumerator for $xVirtualMemSetAccess
435+
value: '158'
436+
- name: VIRTUAL_MEM_GET_INFO
437+
desc: Enumerator for $xVirtualMemGetInfo
438+
value: '159'
439+
- name: PHYSICAL_MEM_CREATE
440+
desc: Enumerator for $xPhysicalMemCreate
441+
value: '160'
442+
- name: PHYSICAL_MEM_RETAIN
443+
desc: Enumerator for $xPhysicalMemRetain
444+
value: '161'
445+
- name: PHYSICAL_MEM_RELEASE
446+
desc: Enumerator for $xPhysicalMemRelease
447+
value: '162'
418448
- name: USM_IMPORT_EXP
419449
desc: Enumerator for $xUSMImportExp
420450
value: '163'
@@ -559,6 +589,9 @@ etors:
559589
- name: ENQUEUE_EVENTS_WAIT_WITH_BARRIER_EXT
560590
desc: Enumerator for $xEnqueueEventsWaitWithBarrierExt
561591
value: '246'
592+
- name: PHYSICAL_MEM_GET_INFO
593+
desc: Enumerator for $xPhysicalMemGetInfo
594+
value: '249'
562595
- name: ENQUEUE_USM_DEVICE_ALLOC_EXP
563596
desc: Enumerator for $xEnqueueUSMDeviceAllocExp
564597
value: '250'
@@ -625,39 +658,6 @@ etors:
625658
- name: USM_CONTEXT_MEMCPY_EXP
626659
desc: Enumerator for $xUSMContextMemcpyExp
627660
value: '273'
628-
- name: VIRTUAL_MEM_GRANULARITY_GET_INFO
629-
desc: Enumerator for $xVirtualMemGranularityGetInfo
630-
value: '274'
631-
- name: VIRTUAL_MEM_RESERVE
632-
desc: Enumerator for $xVirtualMemReserve
633-
value: '275'
634-
- name: VIRTUAL_MEM_FREE
635-
desc: Enumerator for $xVirtualMemFree
636-
value: '276'
637-
- name: VIRTUAL_MEM_MAP
638-
desc: Enumerator for $xVirtualMemMap
639-
value: '277'
640-
- name: VIRTUAL_MEM_UNMAP
641-
desc: Enumerator for $xVirtualMemUnmap
642-
value: '278'
643-
- name: VIRTUAL_MEM_SET_ACCESS
644-
desc: Enumerator for $xVirtualMemSetAccess
645-
value: '279'
646-
- name: VIRTUAL_MEM_GET_INFO
647-
desc: Enumerator for $xVirtualMemGetInfo
648-
value: '280'
649-
- name: PHYSICAL_MEM_CREATE
650-
desc: Enumerator for $xPhysicalMemCreate
651-
value: '281'
652-
- name: PHYSICAL_MEM_RETAIN
653-
desc: Enumerator for $xPhysicalMemRetain
654-
value: '282'
655-
- name: PHYSICAL_MEM_RELEASE
656-
desc: Enumerator for $xPhysicalMemRelease
657-
value: '283'
658-
- name: PHYSICAL_MEM_GET_INFO
659-
desc: Enumerator for $xPhysicalMemGetInfo
660-
value: '284'
661661
- name: MEMORY_EXPORT_ALLOC_EXPORTABLE_MEMORY_EXP
662662
desc: Enumerator for $xMemoryExportAllocExportableMemoryExp
663663
value: '285'

0 commit comments

Comments
 (0)