Skip to content

Commit

Permalink
Remove usage text for platform and device selection
Browse files Browse the repository at this point in the history
Removing text describing how to use command line parameters
which have been removed

Contributes #711

Signed-off-by: Ellen Norris-Thompson <ellen.norris-thompson@arm.com>
  • Loading branch information
ellnor01 authored and ahesham-arm committed Jul 11, 2024
1 parent ef923e2 commit baabf77
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions test_common/harness/testHarness.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -256,17 +256,9 @@ int runTestHarnessWithCheck(int argc, const char *argv[], int testNum,
{
char *fileName = getenv("CL_CONFORMANCE_RESULTS_FILENAME");

log_info(
"Usage: %s [<test name>*] [pid<num>] [id<num>] [<device type>]\n",
argv[0]);
log_info("\t<test name>\tOne or more of: (wildcard character '*') "
"(default *)\n");
log_info("\tpid<num>\tIndicates platform at index <num> should be used "
"(default 0).\n");
log_info("\tid<num>\t\tIndicates device at index <num> should be used "
"(default 0).\n");
log_info("\t<device_type>\tcpu|gpu|accelerator|<CL_DEVICE_TYPE_*> "
"(default CL_DEVICE_TYPE_DEFAULT)\n");
log_info("Usage: %s [<test name>*]\n", argv[0]);
log_info("\t<test name>\tOne or more of the test names below (wildcard "
"character '*') (default *)\n");
log_info("\n");
log_info("\tNOTE: You may pass environment variable "
"CL_CONFORMANCE_RESULTS_FILENAME (currently '%s')\n",
Expand Down

0 comments on commit baabf77

Please sign in to comment.