summaryrefslogtreecommitdiff
path: root/src/cl_gen8_device.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cl_gen8_device.h')
-rw-r--r--src/cl_gen8_device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cl_gen8_device.h b/src/cl_gen8_device.h
index 08fde48d..e5968255 100644
--- a/src/cl_gen8_device.h
+++ b/src/cl_gen8_device.h
@@ -21,7 +21,7 @@
.max_parameter_size = 1024,
.global_mem_cache_line_size = 64, /* XXX */
.global_mem_cache_size = 8 << 10, /* XXX */
-.local_mem_type = CL_GLOBAL,
+.local_mem_type = CL_LOCAL,
.local_mem_size = 64 << 10,
.scratch_mem_size = 2 << 20,
.max_mem_alloc_size = 2 * 1024 * 1024 * 1024ul,