"vscode:/vscode.git/clone" did not exist on "876acde32a3a5f45f68004ae17467379e505d069"
Commit d8f1ebbc authored by Brian Pickrell's avatar Brian Pickrell
Browse files

change test target type to "ref" since gpu is not available on CI server

parent bab76d53
...@@ -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);
}; };
......
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