Add wddm ult for wsl build [5/n]

Related-To: NEO-6066
Signed-off-by: Kamil Diedrich <kamil.diedrich@intel.com>
This commit is contained in:
Kamil Diedrich
2022-12-14 09:33:24 +01:00
committed by Compute-Runtime-Automation
parent 232b886056
commit 46136cd2f6
15 changed files with 95 additions and 88 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2018-2021 Intel Corporation
* Copyright (C) 2018-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -22,6 +22,7 @@ void TestEnvironment::SetUp() {
fclPushDebugVars(fclDefaultDebugVars);
igcPushDebugVars(igcDefaultDebugVars);
if (libraryOS == nullptr) {
setupExternalDependencies();
libraryOS = setAdapterInfo(&hwInfoDefaultDebugVars.platform,
&hwInfoDefaultDebugVars.gtSystemInfo,
hwInfoDefaultDebugVars.capabilityTable.gpuAddressSpace);