fix: remove patchtoken fallback

Related-To: NEO-14028

Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
This commit is contained in:
Dominik Dabek
2025-02-07 15:21:04 +00:00
committed by Compute-Runtime-Automation
parent e2d317aaee
commit b987877712
8 changed files with 1 additions and 63 deletions

View File

@@ -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;
}