From 1838cb8867ccef47d648e2813932a373829f047d Mon Sep 17 00:00:00 2001 From: Wilson Fung Date: Fri, 10 Aug 2012 09:15:22 -0800 Subject: Integration from tm-311 branch. Adding support for atomic operation with generic memory space. Also adding a define to allow support for OpenCL 1.0 commands that are deprecated in OpenCL 1.1. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13722] --- libopencl/opencl_runtime_api.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'libopencl/opencl_runtime_api.cc') diff --git a/libopencl/opencl_runtime_api.cc b/libopencl/opencl_runtime_api.cc index 0b00556..8c9a0d1 100644 --- a/libopencl/opencl_runtime_api.cc +++ b/libopencl/opencl_runtime_api.cc @@ -94,6 +94,7 @@ # endif # endif +#define CL_USE_DEPRECATED_OPENCL_1_0_APIS #include #include -- cgit v1.3