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
94461807
"test/gemm/gemm_xdl_fp64.cpp" did not exist on "97c4d486f46f26bc241be5565f373ca28221e454"
Commit
94461807
authored
Oct 28, 2018
by
Paul
Browse files
Formatting
parent
b12209b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
src/targets/gpu/include/migraph/gpu/context.hpp
src/targets/gpu/include/migraph/gpu/context.hpp
+5
-6
No files found.
src/targets/gpu/include/migraph/gpu/context.hpp
View file @
94461807
...
...
@@ -38,11 +38,11 @@ struct hip_device
{
if
(
enabled
(
MIGRAPH_DISABLE_NULL_STREAM
{}))
{
set_device
(
id
);
if
(
s
==
nullptr
)
s
=
create_stream
();
assert
(
s
.
get
()
!=
nullptr
);
return
s
.
get
();
set_device
(
id
);
if
(
s
==
nullptr
)
s
=
create_stream
();
assert
(
s
.
get
()
!=
nullptr
);
return
s
.
get
();
}
return
nullptr
;
}
...
...
@@ -53,7 +53,6 @@ struct hip_device
return
make_obj
<
miopen_handle
>
(
&
miopenCreateWithStream
,
get
());
else
return
make_obj
<
miopen_handle
>
(
&
miopenCreate
);
}
auto
get_miopen
()
...
...
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