Skip to content

Commit a1f6703

Browse files
author
jorgep31415
committed
Update on "[ET-VK] Support setting cache_data_path at build time"
Differential Revision: [D75708084](https://our.internmc.facebook.com/intern/diff/D75708084/) [ghstack-poisoned]
2 parents fa99304 + bc59060 commit a1f6703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/vulkan/runtime/vk_api/Runtime.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ std::string& set_and_get_pipeline_cache_data_path(
384384
#if defined(ETVK_DEFAULT_CACHE_PATH)
385385
static std::string global_cache_data_path = ETVK_DEFAULT_CACHE_PATH;
386386
#else
387-
static std::string global_cache_data_path = "";
387+
static std::string global_cache_data_path;
388388
#endif /* ETVK_DEFAULT_CACHE_PATH */
389389

390390
if (file_path.size() > 0) {

0 commit comments

Comments
 (0)