From ca7e2e58e7fd932d67c6d28477a5c15ed3b156b0 Mon Sep 17 00:00:00 2001 From: Tor Aamodt Date: Sat, 17 Jul 2010 08:42:20 -0800 Subject: - add support for cvta and isspacep instructions (currently assuming a fixed address mapping between shared,local to generic that depends upon hardware thread context used... might be interesting to explore tradeoffs at some point) - remove util.h... we don't need TRUE, FALSE anymore now that everything is C++ - remove some dead code from shader_decode [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 6867] --- src/gpgpu-sim/cflogger.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gpgpu-sim/cflogger.h') diff --git a/src/gpgpu-sim/cflogger.h b/src/gpgpu-sim/cflogger.h index bdf57e5..2afe732 100644 --- a/src/gpgpu-sim/cflogger.h +++ b/src/gpgpu-sim/cflogger.h @@ -66,6 +66,8 @@ #ifndef CFLOGGER_H #define CFLOGGER_H +#include "../abstract_hardware_model.h" + void try_snap_shot (unsigned long long current_cycle); void set_spill_interval (unsigned long long interval); void spill_log_to_file (FILE *fout, int final, unsigned long long current_cycle); -- cgit v1.3