Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
2476750c
"docs/vscode:/vscode.git/clone" did not exist on "ebd5627138debba28fe0226b89da11a68788a042"
Commit
2476750c
authored
Oct 08, 2023
by
Artur Wojcik
Browse files
incorporate review feedback for process and dynamic_loader
parent
53582534
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/targets/gpu/compile_hip.cpp
src/targets/gpu/compile_hip.cpp
+1
-1
No files found.
src/targets/gpu/compile_hip.cpp
View file @
2476750c
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment