This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/lib/CL/devices/cuda/pocl-cuda.c b/lib/CL/devices/cuda/pocl-cuda.c | |
index cd9e044..06a9cde 100644 | |
--- a/lib/CL/devices/cuda/pocl-cuda.c | |
+++ b/lib/CL/devices/cuda/pocl-cuda.c | |
@@ -1082,7 +1082,7 @@ pocl_cuda_submit_kernel (CUstream stream, _cl_command_node *cmd, | |
} | |
if (constantMemBytes > constant_mem_size) | |
- POCL_ABORT ("[CUDA] Total constant buffer size %u exceeds %lu allocated\n", | |
+ POCL_ABORT ("[CUDA] Total constant buffer size %u exceeds %u allocated\n", |