mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-10 12:53:42 +08:00
Stop using gen files in unit tests
Related-To: NEO-6613 Signed-off-by: Warchulski, Jaroslaw <jaroslaw.warchulski@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
375eb35697
commit
903e3c725a
@ -32,7 +32,7 @@ void BuiltInFixture::setUp(Device *pDevice) {
|
||||
builtInsFileName = KernelBinaryHelper::BUILT_INS;
|
||||
}
|
||||
retrieveBinaryKernelFilename(fclDebugVars.fileName, builtInsFileName + "_", ".bc");
|
||||
retrieveBinaryKernelFilename(igcDebugVars.fileName, builtInsFileName + "_", ".gen");
|
||||
retrieveBinaryKernelFilename(igcDebugVars.fileName, builtInsFileName + "_", ".bin");
|
||||
|
||||
gEnvironment->fclPushDebugVars(fclDebugVars);
|
||||
gEnvironment->igcPushDebugVars(igcDebugVars);
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2018-2021 Intel Corporation
|
||||
* Copyright (C) 2018-2022 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@ -25,7 +25,7 @@ inline void overwriteBuiltInBinaryName(
|
||||
retrieveBinaryKernelFilename(fclDebugVars.fileName, filename + "_", ".bc");
|
||||
fclDebugVars.appendOptionsToFileName = appendOptionsToFileName;
|
||||
|
||||
retrieveBinaryKernelFilename(igcDebugVars.fileName, filename + "_", ".gen");
|
||||
retrieveBinaryKernelFilename(igcDebugVars.fileName, filename + "_", ".bin");
|
||||
igcDebugVars.appendOptionsToFileName = appendOptionsToFileName;
|
||||
|
||||
gEnvironment->fclPushDebugVars(fclDebugVars);
|
||||
|
Reference in New Issue
Block a user