Commit 2476750c authored by Artur Wojcik's avatar Artur Wojcik
Browse files

incorporate review feedback for process and dynamic_loader

parent 53582534
...@@ -256,9 +256,9 @@ compile_hip_src(const std::vector<src_file>& srcs, std::string params, const std ...@@ -256,9 +256,9 @@ compile_hip_src(const std::vector<src_file>& srcs, std::string params, const std
#else #else
auto p = dynamic_loader::path(&compile_hip_src_with_hiprtc); auto p = dynamic_loader::path(&compile_hip_src_with_hiprtc);
auto driver = p.parent_path().parent_path() / "bin" / "migraphx-hiprtc-driver"; auto driver = p.parent_path().parent_path() / "bin" / "migraphx-hiprtc-driver";
#endif
if(fs::exists(driver)) if(fs::exists(driver))
#endif
{ {
value v; value v;
v["srcs"] = to_value(hsrcs); v["srcs"] = to_value(hsrcs);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment