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 3607e0e commit f2b0f6fCopy full SHA for f2b0f6f
1 file changed
unified-runtime/source/adapters/level_zero/device.cpp
@@ -1287,7 +1287,7 @@ ur_result_t urDeviceGetInfo(
1287
return ReturnValue(true);
1288
}
1289
case UR_DEVICE_INFO_USM_HOST_ALLOC_REGISTER_SUPPORT_EXP: {
1290
-#if defined(UR_ADAPTER_LEVEL_ZERO_V2) && defined(__linux__)
+#if defined(UR_ADAPTER_LEVEL_ZERO_V2)
1291
// Registering existing host memory as a USM host allocation relies on the
1292
// external system memory mapping extension being supported by the driver.
1293
return ReturnValue(
0 commit comments