diff options
| author | Tobias Grosser <tobias@grosser.es> | 2016-07-25 12:47:28 +0000 |
|---|---|---|
| committer | Tobias Grosser <tobias@grosser.es> | 2016-07-25 12:47:28 +0000 |
| commit | 19b8a0bbfb23956fedaeb70a00d8c302c27e6f9e (patch) | |
| tree | e33be2d0ba09a17e1c3f2f3504253221d441f864 | |
| parent | 9855e8bd80d6b165e02af368658b54ef4ade5529 (diff) | |
| download | bcm5719-llvm-19b8a0bbfb23956fedaeb70a00d8c302c27e6f9e.tar.gz bcm5719-llvm-19b8a0bbfb23956fedaeb70a00d8c302c27e6f9e.zip | |
GPURuntime: Add missing debug output
llvm-svn: 276634
| -rw-r--r-- | polly/tools/GPURuntime/GPUJIT.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |

