GPURuntime: Add missing debug output
authorTobias Grosser <tobias@grosser.es>
Mon, 25 Jul 2016 12:47:28 +0000 (12:47 +0000)
committerTobias Grosser <tobias@grosser.es>
Mon, 25 Jul 2016 12:47:28 +0000 (12:47 +0000)
llvm-svn: 276634

polly/tools/GPURuntime/GPUJIT.c

index 941d1f8..ec97158 100644 (file)
@@ -340,6 +340,7 @@ void polly_launchKernel(PollyGPUFunction *Kernel, int GridWidth,
 }
 
 void polly_freeContext(PollyGPUContext *Context) {
+  dump_function();
 
   if (Context->Cuda) {
     CuCtxDestroyFcnPtr(Context->Cuda);