mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-22 01:48:50 +08:00
Pass only updated spec const values
Change-Id: Idc9720fb700e7ce9745872e08038b31836300a38 Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
b546e89f99
commit
ab7a846514
@@ -109,9 +109,7 @@ cl_int Program::build(
|
||||
inputArgs.apiOptions = ArrayRef<const char>(options.c_str(), options.length());
|
||||
inputArgs.internalOptions = ArrayRef<const char>(internalOptions.c_str(), internalOptions.length());
|
||||
inputArgs.GTPinInput = gtpinGetIgcInit();
|
||||
inputArgs.specConstants.idsBuffer = this->specConstantsIds.get();
|
||||
inputArgs.specConstants.sizesBuffer = this->specConstantsSizes.get();
|
||||
inputArgs.specConstants.valuesBuffer = this->specConstantsValues.get();
|
||||
inputArgs.specConstants.specializedValues = this->specConstantsValues;
|
||||
DBG_LOG(LogApiCalls,
|
||||
"Build Options", inputArgs.apiOptions.begin(),
|
||||
"\nBuild Internal Options", inputArgs.internalOptions.begin());
|
||||
|
||||
Reference in New Issue
Block a user