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
3d812cdc
Commit
3d812cdc
authored
Oct 05, 2023
by
Brian Pickrell
Browse files
style
parent
c61c099f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
test/targets.cpp
test/targets.cpp
+1
-1
No files found.
test/targets.cpp
View file @
3d812cdc
...
...
@@ -71,7 +71,7 @@ TEST_CASE(concurrent_targets)
auto
thread_body
=
[
&
target_name
]()
{
// remove all existing targets, if any
std
::
vector
<
std
::
string
>
target_list
=
migraphx
::
get_targets
();
for
(
auto
tt
:
target_list
)
for
(
const
auto
&
tt
:
target_list
)
migraphx
::
unregister_target
(
tt
);
auto
ref_target
=
migraphx
::
make_target
(
target_name
);
...
...
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