Loading graph_framework/cpu_context.hpp +1 −1 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
graph_framework/cpu_context.hpp +1 −1 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