OpenCL Device: Do a real query on OpenCL local memory type instead of just assuming it

This commit is contained in:
Jens Steube
2018-11-20 10:06:34 +01:00
parent 2635331de3
commit ae577410d0
4 changed files with 18 additions and 8 deletions
+1
View File
@@ -1026,6 +1026,7 @@ typedef struct hc_device_param
u32 device_maxclock_frequency;
size_t device_maxworkgroup_size;
u64 device_local_mem_size;
cl_device_local_mem_type device_local_mem_type;
u32 vector_width;