mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 18:06:32 +08:00
Fixing hash calculation in MockProgram
Change-Id: I869bca0cc8c0d2c87901cde65e7cf62d81a10285
This commit is contained in:
committed by
sys_ocldev
parent
b83b9ac120
commit
fcfef318c1
@@ -34,8 +34,8 @@ struct HardwareInfo;
|
||||
class Program;
|
||||
class BinaryCache {
|
||||
public:
|
||||
const std::string getCachedFileName(const HardwareInfo &hwInfo, ArrayRef<const char> input,
|
||||
ArrayRef<const char> options, ArrayRef<const char> internalOptions);
|
||||
static const std::string getCachedFileName(const HardwareInfo &hwInfo, ArrayRef<const char> input,
|
||||
ArrayRef<const char> options, ArrayRef<const char> internalOptions);
|
||||
|
||||
virtual ~BinaryCache(){};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user