From 19b8a0bbfb23956fedaeb70a00d8c302c27e6f9e Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Mon, 25 Jul 2016 12:47:28 +0000 Subject: GPURuntime: Add missing debug output llvm-svn: 276634 --- polly/tools/GPURuntime/GPUJIT.c | 1 + 1 file changed, 1 insertion(+) diff --git a/polly/tools/GPURuntime/GPUJIT.c b/polly/tools/GPURuntime/GPUJIT.c index 941d1f86879..ec971580e89 100644 --- a/polly/tools/GPURuntime/GPUJIT.c +++ b/polly/tools/GPURuntime/GPUJIT.c @@ -340,6 +340,7 @@ void polly_launchKernel(PollyGPUFunction *Kernel, int GridWidth, } void polly_freeContext(PollyGPUContext *Context) { + dump_function(); if (Context->Cuda) { CuCtxDestroyFcnPtr(Context->Cuda); -- cgit v1.2.3