Home
last modified time | relevance | path

Searched refs:debug_print (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/polly/tools/GPURuntime/
H A DGPUJIT.c43 static void debug_print(const char *format, ...) { in debug_print() function
52 #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()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Shape/IR/
H A DShapeOps.td713 def Shape_DebugPrintOp : Shape_Op<"debug_print", []> {