We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17fc725 + a596645 commit afa5bc0Copy full SHA for afa5bc0
backends/vulkan/runtime/vk_api/Runtime.cpp
@@ -381,7 +381,7 @@ std::string& set_and_get_pipeline_cache_data_path(
381
const std::string& file_path) {
382
// The global cache data path is declared as a static local variable for the
383
// same reasons as the global runtime below.
384
- static std::string global_cache_data_path = "";
+ static std::string global_cache_data_path;
385
if (file_path.size() > 0) {
386
global_cache_data_path = file_path;
387
}
0 commit comments