mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
fix(zebin): disable zebin when vme extension is enabled in source code
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
3c5b3d4bac
commit
a97a2839aa
@@ -74,7 +74,7 @@ cl_int Program::build(
|
||||
break;
|
||||
}
|
||||
|
||||
disableZebinIfVmeEnabled(options, internalOptions);
|
||||
disableZebinIfVmeEnabled(options, internalOptions, sourceCode);
|
||||
|
||||
TranslationInput inputArgs = {IGC::CodeType::oclC, IGC::CodeType::oclGenBin};
|
||||
if (createdFrom != CreatedFrom::SOURCE) {
|
||||
|
||||
Reference in New Issue
Block a user