mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 23:33:20 +08:00
Revert "Builtins increase context refcount."
This reverts commit 39d55e5257.
Change-Id: Ib5b38e5a508c5e56e61c7f0ac0b5b8a965d6170d
This commit is contained in:
@@ -55,7 +55,7 @@ inline cl_int GetDecodeErrorCode(const std::vector<char> &binary, bool allowUnha
|
||||
prog.reset(OCLRT::Program::createFromGenBinary<PT>(nullptr,
|
||||
binary.data(),
|
||||
binary.size(),
|
||||
&errorCode));
|
||||
false, &errorCode));
|
||||
prog->allowUnhandledTokens = allowUnhandledTokens;
|
||||
prog->lastUnhandledTokenFound = defaultUnhandledTokenId;
|
||||
auto ret = prog->processGenBinary();
|
||||
|
||||
Reference in New Issue
Block a user