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
90b8fb9b
Commit
90b8fb9b
authored
Dec 13, 2023
by
Paul
Browse files
Disable tests for cpu
parent
63330bff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
test/verify/main.cpp
test/verify/main.cpp
+12
-1
No files found.
test/verify/main.cpp
View file @
90b8fb9b
...
...
@@ -76,6 +76,17 @@ int main(int argc, const char* argv[])
"test_select_module_conv"
,
"test_split_single_dyn_dim"
,
"test_instancenorm_large_3d<migraphx::shape::float_type>"
,
"test_instancenorm_large_3d<migraphx::shape::half_type>"
});
"test_instancenorm_large_3d<migraphx::shape::half_type>"
,
"test_block_reduce_small<3, migraphx::shape::int8_type>"
,
"test_block_reduce_small<4, migraphx::shape::int8_type>"
,
"test_block_reduce_small<8, migraphx::shape::int8_type>"
,
"test_block_reduce_small<16, migraphx::shape::int8_type>"
,
"test_block_reduce_small<25, migraphx::shape::int8_type>"
,
"test_block_reduce_small<32, migraphx::shape::int8_type>"
,
"test_block_reduce_small<64, migraphx::shape::int8_type>"
,
"test_block_reduce_small<67, migraphx::shape::int8_type>"
,
"test_block_reduce_small<128, migraphx::shape::int8_type>"
,
"test_block_reduce_small<129, migraphx::shape::int8_type>"
,
});
rv
.
run
(
argc
,
argv
);
}
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