Loading graph_framework/cpu_context.hpp +3 −2 Original line number Diff line number Diff line Loading @@ -77,7 +77,7 @@ namespace gpu { temp_stream.str(std::string()); temp_stream.clear(); temp_stream << filename << ".so"; temp_stream << "./" << filename << ".so"; library_name = temp_stream.str(); temp_stream.str(std::string()); Loading Loading @@ -114,6 +114,7 @@ namespace gpu { if (!lib_handle) { std::cout << "Failed to load library. " << library_name << std::endl; std::cout << dlerror() << std::endl; exit(1); } Loading Loading
graph_framework/cpu_context.hpp +3 −2 Original line number Diff line number Diff line Loading @@ -77,7 +77,7 @@ namespace gpu { temp_stream.str(std::string()); temp_stream.clear(); temp_stream << filename << ".so"; temp_stream << "./" << filename << ".so"; library_name = temp_stream.str(); temp_stream.str(std::string()); Loading Loading @@ -114,6 +114,7 @@ namespace gpu { if (!lib_handle) { std::cout << "Failed to load library. " << library_name << std::endl; std::cout << dlerror() << std::endl; exit(1); } Loading