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
@ -24,7 +24,7 @@ class Environment : public ::testing::Environment {
|
||||
void SetInputFileName( // NOLINT(readability-identifier-naming)
|
||||
const std::string filename) {
|
||||
|
||||
retrieveBinaryKernelFilename(igcDebugVars.fileName, filename + "_", ".gen");
|
||||
retrieveBinaryKernelFilename(igcDebugVars.fileName, filename + "_", ".bin");
|
||||
retrieveBinaryKernelFilename(fclDebugVars.fileName, filename + "_", ".bc");
|
||||
|
||||
NEO::setIgcDebugVars(igcDebugVars);
|
||||
|
Reference in New Issue
Block a user