diff options
| author | Tor Aamodt <[email protected]> | 2010-07-29 21:54:23 -0800 |
|---|---|---|
| committer | Tor Aamodt <[email protected]> | 2010-07-29 21:54:23 -0800 |
| commit | 503cda930217158d43d136aea1893f0d30df32a6 (patch) | |
| tree | 8197fc8c5051f853fc05c63ae26a7062baf65e1e /src/abstract_hardware_model.h | |
| parent | 01c9871c9dc18825aa6d582bfae5353c0d3923b3 (diff) | |
integrate operand collector (not compiling yet)
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7105]
Diffstat (limited to 'src/abstract_hardware_model.h')
| -rw-r--r-- | src/abstract_hardware_model.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/abstract_hardware_model.h b/src/abstract_hardware_model.h index 528b120..3b3d07e 100644 --- a/src/abstract_hardware_model.h +++ b/src/abstract_hardware_model.h @@ -11,6 +11,8 @@ public: virtual bool warp_waiting_at_barrier( unsigned warp_id ) = 0; }; +#define MAX_REG_OPERANDS 8 +extern unsigned int warp_size; #endif typedef unsigned address_type; |
