diff --git a/testing/chameleon_ztesting.c b/testing/chameleon_ztesting.c index 8f05493dd96654996b32c36739bfd97354c01739..2d3f51c8cae3913b3da5cabb37117ca013a23f30 100644 --- a/testing/chameleon_ztesting.c +++ b/testing/chameleon_ztesting.c @@ -160,7 +160,11 @@ void print_usage( const char* prog_name ) str, param->helper ); } - printf( "\n" ); + printf( "\n" + "For example: %s -H -o gemm -t 2 -m 2000 -n 2000 -k 2000 -b 200\n" + " will run one gemm with three matrices of size 2000x2000 each and a tile size of 200.\n" + " The output will be in the human readable format\n" + "\n" ); } }