Skip to content

Commit c86beb6

Browse files
committed
Remove LegacyMessage and small formatting fix
1 parent 6935b17 commit c86beb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/core/EXP-BINDLESS-IMAGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ Changelog
244244
| || BindlessImagesReleaseExternalSemaphoreExp |
245245
+------------------------------------------------------------------------+
246246
| 15.0 | Added structures for supporting copying. |
247-
+------------------------------------------------------------------------+
247+
+----------+-------------------------------------------------------------+
248248
| 16.0 || Update device queries to resolve inconsistencies and |
249249
| || missing queries. |
250250
+----------+-------------------------------------------------------------+

source/adapters/level_zero/image.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@ UR_APIEXPORT ur_result_t UR_APICALL urBindlessImagesMapExternalLinearMemoryExp(
10921092
std::ignore = offset;
10931093
std::ignore = hExternalMem;
10941094
std::ignore = phRetMem;
1095-
logger::error(logger::LegacyMessage("[UR][L0] {} function not implemented!"),
1095+
logger::error("[UR][L0] {} function not implemented!",
10961096
"{} function not implemented!", __FUNCTION__);
10971097
return UR_RESULT_ERROR_UNSUPPORTED_FEATURE;
10981098
}

0 commit comments

Comments
 (0)