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
fac49775
Commit
fac49775
authored
Feb 02, 2022
by
Shucai Xiao
Browse files
turn on a unit test to try
parent
712f6134
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
test/verify/main.cpp
test/verify/main.cpp
+1
-1
No files found.
test/verify/main.cpp
View file @
fac49775
...
...
@@ -45,6 +45,6 @@ int main(int argc, const char* argv[])
run_verify
rv
;
rv
.
add_validation_for
(
"gpu"
,
&
validate_gpu
);
rv
.
disable_test_for
(
"cpu"
,
{
"test_if_lp"
,
"test_if_param"
,
"test_if_literal"
});
rv
.
disable_test_for
(
"gpu"
,
{
"test_conv_bn_add"
});
//
rv.disable_test_for("gpu", {"test_conv_bn_add"});
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