mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-27 07:44:16 +08:00
Add type alias for spec const values map
Change-Id: I77c006f3b3953b108091914fec1f7ba040c7590b Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
c2d812be89
commit
38f53cab8a
@@ -109,7 +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.specializedValues = this->specConstantsValues;
|
||||
inputArgs.specializedValues = this->specConstantsValues;
|
||||
DBG_LOG(LogApiCalls,
|
||||
"Build Options", inputArgs.apiOptions.begin(),
|
||||
"\nBuild Internal Options", inputArgs.internalOptions.begin());
|
||||
|
||||
Reference in New Issue
Block a user