From eba161bc262f2d4e8f09bd20329b7c3326fcb255 Mon Sep 17 00:00:00 2001
From: foreman
Date: Mon, 7 Jul 2014 20:25:46 -0400
Subject: [PATCH] P4 to Git Change 1052857 by jsjodin@alit_worker_lnx2_stg_ws
on 2014/07/07 20:21:20
EPR #401760 - Fix EPR and bug 9997, increase stack size for work items.
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_kernel.h#21 edit
[ROCm/clr commit: aee953813661a3a8850938ffab86529085011728]
---
projects/clr/opencl/api/opencl/amdocl/cl_kernel.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projects/clr/opencl/api/opencl/amdocl/cl_kernel.h b/projects/clr/opencl/api/opencl/amdocl/cl_kernel.h
index 39a6bc6612..e927ce7f93 100644
--- a/projects/clr/opencl/api/opencl/amdocl/cl_kernel.h
+++ b/projects/clr/opencl/api/opencl/amdocl/cl_kernel.h
@@ -10,7 +10,7 @@ struct clk_builtins_t;
// This must be a multiple of sizeof(cl_ulong16)
#define __CPU_SCRATCH_SIZE 128
-#define CLK_PRIVATE_MEMORY_SIZE (8*1024)
+#define CLK_PRIVATE_MEMORY_SIZE (16*1024)
struct clk_thread_info_block_t
{