From a884b505457d48dcd2783563d407e14a607456ee Mon Sep 17 00:00:00 2001 From: Tor Aamodt Date: Tue, 20 Jul 2010 01:08:56 -0800 Subject: - adding CL_DEVICE_SINGLE_FP_CONFIG (need to get info on what it should be set to) - bug fix for shader_core object allocation/initialization - bug fix for ret instruction w/ OpenCL + new PTX ABI - some formatting of output [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 6910] --- libopencl/opencl_runtime_api.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'libopencl') diff --git a/libopencl/opencl_runtime_api.cc b/libopencl/opencl_runtime_api.cc index d49cc6e..c5297a3 100644 --- a/libopencl/opencl_runtime_api.cc +++ b/libopencl/opencl_runtime_api.cc @@ -1064,6 +1064,7 @@ clGetDeviceInfo(cl_device_id device, case CL_DEVICE_PREFERRED_VECTOR_WIDTH_LONG: CL_INT_CASE(1); break; case CL_DEVICE_PREFERRED_VECTOR_WIDTH_FLOAT: CL_INT_CASE(1); break; case CL_DEVICE_PREFERRED_VECTOR_WIDTH_DOUBLE: CL_INT_CASE(0); break; + case CL_DEVICE_SINGLE_FP_CONFIG: CL_INT_CASE(0); break; default: opencl_not_implemented(__my_func__,__LINE__); } -- cgit v1.3