We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a53bb commit 76be4d8Copy full SHA for 76be4d8
unified-runtime/source/adapters/level_zero/device.cpp
@@ -1115,7 +1115,7 @@ ur_result_t urDeviceGetInfo(
1115
return ReturnValue(false);
1116
}
1117
case UR_DEVICE_INFO_EXTERNAL_MEMORY_IMPORT_SUPPORT_EXP: {
1118
- // L0 does not support importing external memory.
+ // L0 supports importing external memory.
1119
return ReturnValue(true);
1120
1121
case UR_DEVICE_INFO_EXTERNAL_SEMAPHORE_IMPORT_SUPPORT_EXP: {
0 commit comments