Mentions légales du service

Skip to content
Snippets Groups Projects
Commit a938be56 authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

testing/tradd: Add info on output with check

parent bdf05d08
No related branches found
No related tags found
1 merge request!507ci: add test_starpu_cuda
...@@ -241,7 +241,7 @@ testing_t test_ztradd; ...@@ -241,7 +241,7 @@ testing_t test_ztradd;
const char *ztradd_params[] = { "mtxfmt", "nb", "trans", "uplo", "m", "n", "lda", const char *ztradd_params[] = { "mtxfmt", "nb", "trans", "uplo", "m", "n", "lda",
"ldb", "alpha", "beta", "seedA", "seedB", NULL }; "ldb", "alpha", "beta", "seedA", "seedB", NULL };
const char *ztradd_output[] = { NULL }; const char *ztradd_output[] = { NULL };
const char *ztradd_outchk[] = { "RETURN", NULL }; const char *ztradd_outchk[] = { "||A||", "||B||", "||R||", "RETURN", NULL };
/** /**
* @brief Testing registration function * @brief Testing registration function
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment