Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
a7dce2fc
Commit
a7dce2fc
authored
Aug 10, 2018
by
wsttiger
Browse files
Forgot to uncomment tests
parent
01aad95e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
test/gpu/miopen.cpp
test/gpu/miopen.cpp
+11
-11
No files found.
test/gpu/miopen.cpp
View file @
a7dce2fc
...
@@ -287,17 +287,17 @@ void batch_norm_inference_test()
...
@@ -287,17 +287,17 @@ void batch_norm_inference_test()
int
main
()
int
main
()
{
{
//
verify_program<test_add>();
verify_program
<
test_add
>
();
//
verify_program<test_add_broadcast>();
verify_program
<
test_add_broadcast
>
();
//
verify_program<test_conv_relu>();
verify_program
<
test_conv_relu
>
();
//
verify_program<test_conv_pooling>();
verify_program
<
test_conv_pooling
>
();
//
verify_program<test_gemm>();
verify_program
<
test_gemm
>
();
//
//
verify_program<test_gemm_ld>();
// verify_program<test_gemm_ld>();
//
verify_program<test_gemm_transposeb>();
verify_program
<
test_gemm_transposeb
>
();
//
verify_program<test_gemm_transposea>();
verify_program
<
test_gemm_transposea
>
();
//
verify_program<test_gemm_transposeab>();
verify_program
<
test_gemm_transposeab
>
();
//
verify_program<test_contiguous>();
verify_program
<
test_contiguous
>
();
//
verify_program<test_transpose>();
verify_program
<
test_transpose
>
();
verify_program
<
test_batchnorm_inference
>
();
verify_program
<
test_batchnorm_inference
>
();
batch_norm_inference_test
();
batch_norm_inference_test
();
}
}
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