summaryrefslogtreecommitdiffstats
path: root/polly/test/GPGPU/parametric-loop-bound.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/GPGPU/parametric-loop-bound.ll')
-rw-r--r--polly/test/GPGPU/parametric-loop-bound.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/GPGPU/parametric-loop-bound.ll b/polly/test/GPGPU/parametric-loop-bound.ll
index 6e8842d653b..610fc401181 100644
--- a/polly/test/GPGPU/parametric-loop-bound.ll
+++ b/polly/test/GPGPU/parametric-loop-bound.ll
@@ -17,7 +17,7 @@
; CODE: cudaCheckReturn(cudaMemcpy(dev_MemRef_A, MemRef_A, (n) * sizeof(i64), cudaMemcpyHostToDevice));
; CODE-NEXT: {
; CODE-NEXT: dim3 k0_dimBlock(32);
-; CODE-NEXT: dim3 k0_dimGrid(n >= 1048546 ? 32768 : (n + 31) / 32);
+; CODE-NEXT: dim3 k0_dimGrid(n >= 1048545 ? 32768 : (n + 31) / 32);
; CODE-NEXT: kernel0 <<<k0_dimGrid, k0_dimBlock>>> (dev_MemRef_A, n);
; CODE-NEXT: cudaCheckKernel();
; CODE-NEXT: }
OpenPOWER on IntegriCloud