diff --git a/source/lib/ze_lib.cpp b/source/lib/ze_lib.cpp index 859af68e..ea19178a 100644 --- a/source/lib/ze_lib.cpp +++ b/source/lib/ze_lib.cpp @@ -134,6 +134,8 @@ namespace ze_lib result = zesDdiTableInit(); } } + // Disable Intercept Enabled if requireDdiReinit such that calls to handle translation are skipped. + loader::context->intercept_enabled = false; } }