diff options
| author | Wilson Fung <[email protected]> | 2013-04-12 11:10:34 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:50:46 -0700 |
| commit | 2a6fb492f767618a4abfe1ebaf439ad32a1607f4 (patch) | |
| tree | dd05c0a92e4000d92841a56827395a6d9ef7470d /CHANGES | |
| parent | bf4256f87016affbbe0381d7a83574e2c7956a22 (diff) | |
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]
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
