diff options
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; |
