Lines Matching refs:log_info
73 log_info("Test skipped while initialization\n"); in skip_init_info()
74 log_info("SKIPPED %d of %d tests.\n", count, count); in skip_init_info()
80 log_info("Test failed while initialization\n"); in fail_init_info()
81 log_info("FAILED %d of %d tests.\n", count, count); in fail_init_info()
88 log_info("%s skipped (requires at least %s version %s, but the device " in version_expected_info()
146 log_info("*** DYLD_LIBRARY_PATH = \"%s\"\n", libSearchPath); in runTestHarnessWithCheck()
151 log_info("*** DYLD_FRAMEWORK_PATH = \"%s\"\n", frameworkSearchPath); in runTestHarnessWithCheck()
182 log_info( in runTestHarnessWithCheck()
185 log_info("\t<test name>\tOne or more of: (wildcard character '*') " in runTestHarnessWithCheck()
187 log_info("\tpid<num>\tIndicates platform at index <num> should be used " in runTestHarnessWithCheck()
189 log_info("\tid<num>\t\tIndicates device at index <num> should be used " in runTestHarnessWithCheck()
191 log_info("\t<device_type>\tcpu|gpu|accelerator|<CL_DEVICE_TYPE_*> " in runTestHarnessWithCheck()
193 log_info("\n"); in runTestHarnessWithCheck()
194 log_info("\tNOTE: You may pass environment variable " in runTestHarnessWithCheck()
197 log_info("\t to save results to JSON file.\n"); in runTestHarnessWithCheck()
199 log_info("\n"); in runTestHarnessWithCheck()
200 log_info("Test names:\n"); in runTestHarnessWithCheck()
203 log_info("\t%s\n", testList[i].name); in runTestHarnessWithCheck()
212 log_info("Random seed: %u.\n", gRandomSeed); in runTestHarnessWithCheck()
218 log_info(" Initializing random seed to 0.\n"); in runTestHarnessWithCheck()
232 log_info("Testing with num_elements of %d\n", num_elements); in runTestHarnessWithCheck()
290 case CL_DEVICE_TYPE_GPU: log_info("Requesting GPU device "); break; in runTestHarnessWithCheck()
291 case CL_DEVICE_TYPE_CPU: log_info("Requesting CPU device "); break; in runTestHarnessWithCheck()
293 log_info("Requesting Accelerator device "); in runTestHarnessWithCheck()
296 log_info("Requesting Default device "); in runTestHarnessWithCheck()
300 log_info(based_on_env_var ? "based on environment variable " in runTestHarnessWithCheck()
302 log_info("for platform index %d and device index %d\n", in runTestHarnessWithCheck()
333 log_info("*** Environment: CL_MAX_SSE = %s ***\n", env); in runTestHarnessWithCheck()
421 log_info("Supports single precision denormals: %s\n", in runTestHarnessWithCheck()
423 log_info("sizeof( void*) = %d (host)\n", (int)sizeof(void *)); in runTestHarnessWithCheck()
467 log_info("sizeof( void*) = %d (device)\n", device_address_bits / 8); in runTestHarnessWithCheck()
615 log_info("Saving results to %s: %s!\n", fileName, save_map[ret]); in saveResultsToJson()
631 log_info("PASSED %d of %d %ss.\n", count, count, name); in print_results()
635 log_info("PASSED %s.\n", name); in print_results()
759 log_info("%s\n", errinfo); in notify_callback()
774 log_info("%s...\n", test.name); in callSingleTestFunction()
827 log_info("%s test currently not implemented\n", test.name); in callSingleTestFunction()
837 log_info("%s test not supported\n", test.name); in callSingleTestFunction()
845 log_info("%s passed\n", test.name); in callSingleTestFunction()
1050 log_info("This device does not support SPIR-V offline compilation.\n"); in check_device_spirv_version_reported()
1056 log_info("This device supports SPIR-V offline compilation. SPIR-V " in check_device_spirv_version_reported()
1155 log_info("SPIR-V intermediate language not supported in OpenCL %s. " in check_spirv_compilation_readiness()