diff options
| author | Tor Aamodt <[email protected]> | 2010-07-17 10:19:14 -0800 |
|---|---|---|
| committer | Tor Aamodt <[email protected]> | 2010-07-17 10:19:14 -0800 |
| commit | 9b43d5685c269331ea6d15fe3ed0dade063a798a (patch) | |
| tree | f14fa0082783744e7d13e883cd3f1620377dc733 /libopencl | |
| parent | ca7e2e58e7fd932d67c6d28477a5c15ed3b156b0 (diff) | |
- 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]
Diffstat (limited to 'libopencl')
| -rw-r--r-- | libopencl/opencl_runtime_api.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
