mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
Add support for dumping cl_cache to specified directory
Change-Id: I782ff17d0d4b17d3d26db543eb7ae222f75ff8a1
This commit is contained in:
committed by
sys_ocldev
parent
7dbd0ea4f3
commit
3e800d55e6
@@ -24,9 +24,10 @@ class SettingsFileReader : public SettingsReader {
|
||||
int32_t getSetting(const char *settingName, int32_t defaultValue) override;
|
||||
bool getSetting(const char *settingName, bool defaultValue) override;
|
||||
std::string getSetting(const char *settingName, const std::string &value) override;
|
||||
const char *appSpecificLocation(const std::string &name) override;
|
||||
|
||||
protected:
|
||||
std::map<std::string, int32_t> settingValueMap;
|
||||
std::map<std::string, std::string> settingStringMap;
|
||||
};
|
||||
}; // namespace OCLRT
|
||||
}; // namespace OCLRT
|
||||
|
||||
Reference in New Issue
Block a user