Commit ae3f1925 authored by Khalique's avatar Khalique
Browse files

fix merge issue and duplicate test

parent 13845447
...@@ -92,6 +92,7 @@ struct miopen_apply ...@@ -92,6 +92,7 @@ struct miopen_apply
add_extend_op<miopen_contiguous, op::contiguous>("contiguous"); add_extend_op<miopen_contiguous, op::contiguous>("contiguous");
add_extend_op<hip_concat, op::concat>("concat"); add_extend_op<hip_concat, op::concat>("concat");
add_extend_op<miopen_softmax, op::softmax>("softmax"); add_extend_op<miopen_softmax, op::softmax>("softmax");
add_extend_op<hip_gather, op::gather>("gather");
add_extend_op<hip_pad, op::pad>("pad"); add_extend_op<hip_pad, op::pad>("pad");
add_convolution_op(); add_convolution_op();
......
...@@ -1070,7 +1070,6 @@ struct test_conv_bn_relu_pooling2 ...@@ -1070,7 +1070,6 @@ struct test_conv_bn_relu_pooling2
int main() int main()
{ {
verify_program<test_pad>();
verify_program<test_abs>(); verify_program<test_abs>();
verify_program<test_concat>(); verify_program<test_concat>();
verify_program<test_concat2>(); verify_program<test_concat2>();
......
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