You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add test for invalid null pointer for urEnqueueKernelLaunch and urEnqueueUSMFill
- Remove redundant sentence in urEnqueueMemBufferMap description
- Add advice flag parameters in test for urEnqueueUSMAdvise
- Added blocking/non-blocking success tests for urEnqueueDeviceGlobalVariableRead/Write
- Added all invalid size scenarios for urEnqueueMemBufferFill and urEnqueueMemBufferWrite/Read/CopyRect
- Added to description of urEnqueueMemAdvice to say some adapters will return UR_RESULT_ERROR_ADAPTER_SPECIFIC and allowing this return value in relevant tests
Copy file name to clipboardExpand all lines: scripts/core/enqueue.yml
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -863,7 +863,6 @@ class: $xEnqueue
863
863
name: MemBufferMap
864
864
ordinal: "0"
865
865
details:
866
-
- "Input parameter blockingMap indicates if the map is blocking or non-blocking."
867
866
- "Currently, no direct support in Level Zero. Implemented as a shared allocation followed by copying on discrete GPU"
868
867
- "TODO: add a driver function in Level Zero?"
869
868
analogue:
@@ -1180,7 +1179,7 @@ class: $xEnqueue
1180
1179
name: USMAdvise
1181
1180
ordinal: "0"
1182
1181
details:
1183
-
- "Not all memory advice hints may be supported for all devices or allocation types. If a memory advice hint is not supported, it will be ignored."
1182
+
- "Not all memory advice hints may be supported for all devices or allocation types. If a memory advice hint is not supported, it will be ignored. Some adapters may return $X_RESULT_ERROR_ADAPTER_SPECIFIC, more information can be retrieved by using urAdapterGetLastError."
0 commit comments