From 2a6fb492f767618a4abfe1ebaf439ad32a1607f4 Mon Sep 17 00:00:00 2001 From: Wilson Fung Date: Fri, 12 Apr 2013 11:10:34 -0800 Subject: Fix for bug 53 and 54. Now clGetDeviceInfo() is returning CL_DEVICE_TYPE property in the proper size. Also added code to determine the workgroup size automatically. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 15798] --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 573fe37..b475a36 100644 --- a/CHANGES +++ b/CHANGES @@ -8,6 +8,9 @@ Version 3.2.1+edits (development branch) versus 3.2.1 - Fix for Bug 55 - clCreateContextFromType() now accepts device type CL_DEVICE_TYPE_ALL, CL_DEVICE_TYPE_ACCELERATOR, CL_DEVICE_TYPE_DEFAULT and CL_DEVICE_TYPE_GPU. Before only CL_DEVICE_TYPE_GPU is accepted. + - Fix for Bug 53 - Returning the CL_DEVICE_TYPE property in proper size + from clGetDeviceInfo(...). + - Fix for Bug 54 - Added code to automatically determine workgroup size. Version 3.2.1 versus 3.2.0 - Added kernel name and launch uids to performance statistics log. - Added l2_cache_config class to extend baseline cache_config. Allows for -- cgit v1.3