From bf4256f87016affbbe0381d7a83574e2c7956a22 Mon Sep 17 00:00:00 2001 From: Wilson Fung Date: Fri, 12 Apr 2013 05:50:15 -0800 Subject: Fix for bug 51 and 55: Declaration of clCreateContextFromType() is updated to match OpenCL 1.1 and later. The API call now accepts device types besides CL_DEVICE_TYPE_GPU. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 15796] --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 4af4c15..573fe37 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,11 @@ Version 3.2.1+edits (development branch) versus 3.2.1 - Replaced legacy L2 cache access statistics with more meaningful breakdown. - Bug Fixes: - Fixed the flit count sent to GPUWattch for atomic operations. + - Fix for Bug 51 - Updated the function declaration of + clCreateContextFromType(). + - 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. 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