File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
unified-runtime/source/adapters/level_zero Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -126,11 +126,11 @@ struct ur_platform_handle_t_ : public _ur_platform {
126
126
// Structure with function pointers for External Semaphore Extension.
127
127
struct ZeExternalSemaphoreExtension {
128
128
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.
134
134
bool LoaderExtension = false ;
135
135
// Spec Functions
136
136
ze_pfnDeviceImportExternalSemaphoreExt_t zexImportExternalSemaphoreExp =
You can’t perform that action at this time.
0 commit comments