• Home
  • Raw
  • Download

Lines Matching refs:log_info

57log_info("Device reports CL_DEVICE_MAX_MEM_ALLOC_SIZE=%llu bytes (%gMB), CL_DEVICE_GLOBAL_MEM_SIZE…  in init_cl()
86log_info( "Device shares memory with the host, so backing off the maximum combined allocation size… in init_cl()
128 log_info( "Can not test image allocation because device does not support images.\n" ); in doTest()
159 log_info( "NOTE: reducing max allocations to %d%%.\n", g_reduction_percentage ); in doTest()
166log_info( "** Target allocation size (rounded to nearest MB) is: %llu bytes (%gMB).\n", llu( g_max… in doTest()
167log_info( "** Allocating %s to size %gMB.\n", alloc_description[alloc_type], toMB( g_max_size ) ); in doTest()
173 log_info( " => Allocation %d\n", count + 1 ); in doTest()
187 log_info( "\tExecuting kernel with memory objects.\n" ); in doTest()
214log_info( "\tFailed at this size; trying a smaller size of %gMB.\n", toMB( current_test_size ) ); in doTest()
220 log_info("\tPASS: Allocation succeeded.\n"); in doTest()
224 log_info("\tPASS: Allocation succeeded at reduced size.\n"); in doTest()
349 log_info( "Usage: %s [options] [test_names]\n", execName ); in printUsage()
350 log_info( "Options:\n" ); in printUsage()
351 log_info( "\trandomize - Uses random seed\n" ); in printUsage()
352 log_info( "\tsingle - Tests using a single allocation as large as possible\n" ); in printUsage()
353 log_info( "\tmultiple - Tests using as many allocations as possible\n" ); in printUsage()
354 log_info( "\n" ); in printUsage()
355log_info( "\tnumReps - Optional integer specifying the number of repetitions to run and average th… in printUsage()
356log_info( "\treduction%% - Optional integer, followed by a %% sign, that acts as a multiplier for … in printUsage()
357log_info( "\t Example: target amount of 512MB and a reduction of 75%% will result in a… in printUsage()
358 log_info( "\n" ); in printUsage()
359log_info( "\tdo_not_force_fill - Disable explicitly write data to all memory objects after creatin… in printUsage()
360log_info( "\t Without this, the kernel execution can not verify its checksum.\n… in printUsage()
361log_info( "\tdo_not_execute - Disable executing a kernel that accesses all of the memory objects.\… in printUsage()
362 log_info( "\n" ); in printUsage()
363 log_info( "Test names (Allocation Types):\n" ); in printUsage()
366 log_info( "\t%s\n", test_list[i].name ); in printUsage()