Searched refs:debug_print (Results 1 – 2 of 2) sorted by relevance
43 static void debug_print(const char *format, ...) { in debug_print() function52 #define dump_function() debug_print("-> %s\n", __func__)401 debug_print("> Running on GPU device %d : %s.\n", DeviceID, DeviceName); in initContextCL()486 debug_print(" -> using cached kernel\n"); in getKernelCL()1199 debug_print("> Running on GPU device %d : %s.\n", DeviceID, DeviceName); in initContextCUDA()1275 debug_print(" -> using cached kernel\n"); in getKernelCUDA()1338 debug_print("CUDA Link Completed in %fms. Linker Output:\n%s\n", Walltime, in getKernelCUDA()
713 def Shape_DebugPrintOp : Shape_Op<"debug_print", []> {