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
d8f1ebbc
"vscode:/vscode.git/clone" did not exist on "876acde32a3a5f45f68004ae17467379e505d069"
Commit
d8f1ebbc
authored
Sep 26, 2023
by
Brian Pickrell
Browse files
change test target type to "ref" since gpu is not available on CI server
parent
bab76d53
Changes
1
Hide 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 @
d8f1ebbc
...
@@ -58,7 +58,7 @@ TEST_CASE(concurrent_targets)
...
@@ -58,7 +58,7 @@ TEST_CASE(concurrent_targets)
for
(
auto
i
=
0u
;
i
<
1000
;
i
++
)
for
(
auto
i
=
0u
;
i
<
1000
;
i
++
)
{
{
auto
thread_body
=
[]()
{
auto
thread_body
=
[]()
{
auto
ref_target
=
migraphx
::
make_target
(
"
gpu
"
);
auto
ref_target
=
migraphx
::
make_target
(
"
ref
"
);
migraphx
::
register_target
(
ref_target
);
migraphx
::
register_target
(
ref_target
);
};
};
...
...
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