mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 07:14:10 +08:00
fix: remove patchtoken fallback
Related-To: NEO-14028 Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
e2d317aaee
commit
b987877712
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2018-2024 Intel Corporation
|
||||
* Copyright (C) 2018-2025 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -78,9 +78,6 @@ T *Program::create(
|
||||
}
|
||||
|
||||
program = new T(pContext, false, pContext->getDevices());
|
||||
if (ail && ail->isFallbackToPatchtokensRequired()) {
|
||||
pContext->setContextAsNonZebin();
|
||||
}
|
||||
program->sourceCode.swap(combinedString);
|
||||
program->createdFrom = CreatedFrom::source;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user