mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 09:58:55 +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
@@ -41,7 +41,7 @@ DebugSettingsManager<DebugLevel>::DebugSettingsManager() {
|
||||
}
|
||||
|
||||
std::remove(logFileName.c_str());
|
||||
}
|
||||
} // namespace OCLRT
|
||||
|
||||
template <DebugFunctionalityLevel DebugLevel>
|
||||
void DebugSettingsManager<DebugLevel>::writeToFile(std::string filename, const char *str, size_t length, std::ios_base::openmode mode) {
|
||||
|
||||
Reference in New Issue
Block a user