Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
thaisacs committed Sep 29, 2024
1 parent 4753bc1 commit 90de6d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/auto_cache/auto_cache.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ void AutoCache::LoadFromFile(tvm::auto_scheduler::SearchTask search_task) {
std::string file_path = __FILE__;
std::string dir_path = file_path.substr(0, file_path.rfind("\\"));
std::string path = "/home/thais/Dev/tvm/src/auto_cache/tvm-cache/";
std::string path = "/home/thais.camacho/tvm/src/auto_cache/tvm-cache/";
std::string workload_key = search_task->workload_key;
std::string hash = workload_key.substr(2, 32);
for (const auto & entry : std::filesystem::directory_iterator(path)) {
Expand Down

0 comments on commit 90de6d2

Please sign in to comment.