Lines Matching refs:vlog
112 vlog( "%d compute devices at %f GHz\n", gComputeDevices, (double) gDeviceFrequency / 1000. ); in InitCL()
113 vlog( "Max thread group size is %lld.\n", (uint64_t) gMaxThreadGroupSize ); in InitCL()
200 vlog( "\nCompute Device info:\n" ); in InitCL()
202 vlog( "\tDevice Name: %s\n", string ); in InitCL()
204 vlog( "\tVendor: %s\n", string ); in InitCL()
206 vlog( "\tDevice Version: %s\n", string ); in InitCL()
208 vlog( "\tOpenCL C Version: %s\n", string ); in InitCL()
210 vlog( "\tDriver Version: %s\n", string ); in InitCL()
211 vlog( "\tProcessing with %d devices\n", gComputeDevices ); in InitCL()
212 vlog( "\tDevice Frequency: %d MHz\n", gDeviceFrequency ); in InitCL()
213 vlog( "\tHas double? %s\n", hasDouble ? "YES" : "NO" ); in InitCL()
214 vlog( "\tTest double? %s\n", gTestDouble ? "YES" : "NO" ); in InitCL()
292 vlog("%s", src[i]); in printSource()