From 503cda930217158d43d136aea1893f0d30df32a6 Mon Sep 17 00:00:00 2001 From: Tor Aamodt Date: Thu, 29 Jul 2010 21:54:23 -0800 Subject: integrate operand collector (not compiling yet) [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7105] --- src/abstract_hardware_model.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/abstract_hardware_model.h') 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; -- cgit v1.3