File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -506,7 +506,7 @@ typedef enum ur_result_t {
506
506
UR_RESULT_ERROR_INVALID_USM_SIZE = 64, ///< Invalid USM size
507
507
UR_RESULT_ERROR_OBJECT_ALLOCATION_FAILURE = 65, ///< Objection allocation failure
508
508
UR_RESULT_ERROR_ADAPTER_SPECIFIC = 66, ///< An adapter specific warning/error has been reported and can be
509
- ///< retrieved via the urPlatformGetLastError entry point.
509
+ ///< retrieved via the urAdapterGetLastError entry point.
510
510
UR_RESULT_ERROR_LAYER_NOT_PRESENT = 67, ///< A requested layer was not found by the loader.
511
511
UR_RESULT_ERROR_IN_EVENT_LIST_EXEC_STATUS = 68, ///< An event in the provided wait list has ::UR_EVENT_STATUS_ERROR.
512
512
UR_RESULT_ERROR_DEVICE_NOT_AVAILABLE = 69, ///< Device in question has `::UR_DEVICE_INFO_AVAILABLE == false`
Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ etors:
275
275
desc : " Objection allocation failure"
276
276
- name : ERROR_ADAPTER_SPECIFIC
277
277
desc : " An adapter specific warning/error has been reported and can be retrieved
278
- via the urPlatformGetLastError entry point."
278
+ via the urAdapterGetLastError entry point."
279
279
- name : ERROR_LAYER_NOT_PRESENT
280
280
desc : " A requested layer was not found by the loader."
281
281
- name : ERROR_IN_EVENT_LIST_EXEC_STATUS
Original file line number Diff line number Diff line change 12
12
#include " logger/ur_logger.hpp"
13
13
namespace cl_adapter {
14
14
15
- /* Global variables for urPlatformGetLastError () */
15
+ /* Global variables for urAdapterGetLastError () */
16
16
thread_local int32_t ErrorMessageCode = 0 ;
17
17
thread_local char ErrorMessage[MaxMessageSize];
18
18
You can’t perform that action at this time.
0 commit comments