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 8f7ae2f commit a78ab04Copy full SHA for a78ab04
sycl/plugins/unified_runtime/ur/adapters/level_zero/platform.cpp
@@ -45,6 +45,10 @@ UR_APIEXPORT ur_result_t UR_APICALL urPlatformGet(
45
setEnvVar("ZE_ENABLE_PARAMETER_VALIDATION", "1");
46
}
47
48
+ if (getenv("SYCL_ENABLE_PCI") != nullptr) {
49
+ urPrint("WARNING: SYCL_ENABLE_PCI is deprecated and no longer needed.\n");
50
+ }
51
+
52
// TODO: We can still safely recover if something goes wrong during the init.
53
// Implement handling segfault using sigaction.
54
0 commit comments