From 9b43d5685c269331ea6d15fe3ed0dade063a798a Mon Sep 17 00:00:00 2001 From: Tor Aamodt Date: Sat, 17 Jul 2010 10:19:14 -0800 Subject: - add support for ld/st with generic addresses - add support for parsing cache operators (still need to pass to timing model) [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 6868] --- libopencl/opencl_runtime_api.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libopencl/opencl_runtime_api.cc') diff --git a/libopencl/opencl_runtime_api.cc b/libopencl/opencl_runtime_api.cc index 48d04e2..22119c9 100644 --- a/libopencl/opencl_runtime_api.cc +++ b/libopencl/opencl_runtime_api.cc @@ -75,7 +75,7 @@ #include "host_defines.h" #include "builtin_types.h" #include "__cudaFatFormat.h" -#include "../src/util.h" +#include "../src/abstract_hardware_model.h" struct gpgpu_ptx_sim_arg { const void *m_start; -- cgit v1.3