summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJunyan He <junyan.he@intel.com>2016-03-22 15:12:58 +0800
committerJunyan He <junyan.he@intel.com>2016-03-22 15:12:58 +0800
commite81ca6b8385399075484e0ffbe4dd8dca482542f (patch)
treeab4d9366a36b16efa3d266de33801fe4f8990a73 /src
parentfd531dbceb2a01ead062bc1de982d89c412fa021 (diff)
ker
Diffstat (limited to 'src')
-rw-r--r--src/cl_device_id.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cl_device_id.h b/src/cl_device_id.h
index b01a6fb4..bc92dc71 100644
--- a/src/cl_device_id.h
+++ b/src/cl_device_id.h
@@ -34,7 +34,7 @@ struct _cl_device_id {
cl_uint sub_slice_count; // Device's sub slice count
cl_uint max_work_item_dimensions; // should be 3.
size_t max_work_item_sizes[3]; // equal to maximum work group size.
- size_t max_work_group_size; // maximum work group size under simd16 mode.
+ size_t max_work_group_size; // maximum work group size.
size_t max_1d_global_work_sizes[3]; // maximum 1d global work size for builtin kernels.
size_t max_2d_global_work_sizes[3]; // maximum 2d global work size for builtin kernels.
size_t max_3d_global_work_sizes[3]; // maximum 3d global work size for builtin kernels.