mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
refactor ocl patchtokens tests
Related-To: NEO-7131 Signed-off-by: Krystian Chmielewski <krystian.chmielewski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
ffad5c6c09
commit
6b3ac9f1e2
@@ -140,6 +140,7 @@ class Program : public BaseObject<_cl_program> {
|
||||
cl_int build(const ClDeviceVector &deviceVector, const char *buildOptions, bool enableCaching,
|
||||
std::unordered_map<std::string, BuiltinDispatchInfoBuilder *> &builtinsMap);
|
||||
|
||||
cl_int processGenBinaries(const ClDeviceVector &clDevices, std::unordered_map<uint32_t, BuildPhase> &phaseReached);
|
||||
MOCKABLE_VIRTUAL cl_int processGenBinary(const ClDevice &clDevice);
|
||||
MOCKABLE_VIRTUAL cl_int processProgramInfo(ProgramInfo &dst, const ClDevice &clDevice);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user