Skip to content

Commit 049df6d

Browse files
committed
Fix comment
Signed-off-by: Neil R. Spruit <[email protected]>
1 parent b4ddb8d commit 049df6d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

unified-runtime/source/adapters/level_zero/platform.hpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,11 @@ struct ur_platform_handle_t_ : public _ur_platform {
126126
// Structure with function pointers for External Semaphore Extension.
127127
struct ZeExternalSemaphoreExtension {
128128
bool Supported = false;
129-
// If LoaderExtension is true, the L0 loader is aware of the MCL extension.
130-
// If it is false, the extension has to be loaded directly from the driver
131-
// using zeDriverGetExtensionFunctionAddress. If it is loaded directly from
132-
// the driver, any handles passed to it must be translated using
133-
// zelLoaderTranslateHandle.
129+
// If LoaderExtension is true, the L0 loader is aware of the External
130+
// Semaphore Extension. If it is false, the extension has to be loaded
131+
// directly from the driver using zeDriverGetExtensionFunctionAddress. If it
132+
// is loaded directly from the driver, any handles passed to it must be
133+
// translated using zelLoaderTranslateHandle.
134134
bool LoaderExtension = false;
135135
// Spec Functions
136136
ze_pfnDeviceImportExternalSemaphoreExt_t zexImportExternalSemaphoreExp =

0 commit comments

Comments
 (0)