summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2016-07-25 12:47:28 +0000
committerTobias Grosser <tobias@grosser.es>2016-07-25 12:47:28 +0000
commit19b8a0bbfb23956fedaeb70a00d8c302c27e6f9e (patch)
treee33be2d0ba09a17e1c3f2f3504253221d441f864
parent9855e8bd80d6b165e02af368658b54ef4ade5529 (diff)
downloadbcm5719-llvm-19b8a0bbfb23956fedaeb70a00d8c302c27e6f9e.tar.gz
bcm5719-llvm-19b8a0bbfb23956fedaeb70a00d8c302c27e6f9e.zip
GPURuntime: Add missing debug output
llvm-svn: 276634
-rw-r--r--polly/tools/GPURuntime/GPUJIT.c1
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);
OpenPOWER on IntegriCloud