diff options
| author | Inderpreet Singh <[email protected]> | 2012-07-19 12:12:40 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:47:33 -0700 |
| commit | 16fe8bdd350346f1e940a1653ac485c5c8d8b9b9 (patch) | |
| tree | 6e4546c647cf6edb59ae3f716a1645828974ace9 /src/abstract_hardware_model.h | |
| parent | b939dbd8142d3ef8c5e598dbfcd004f02089329f (diff) | |
Ptxplus fix for recrusive call handling in SIMT stack (CL13410).
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13435]
Diffstat (limited to 'src/abstract_hardware_model.h')
| -rw-r--r-- | src/abstract_hardware_model.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/abstract_hardware_model.h b/src/abstract_hardware_model.h index 4cde89a..428b5fc 100644 --- a/src/abstract_hardware_model.h +++ b/src/abstract_hardware_model.h @@ -244,6 +244,7 @@ typedef std::vector<address_type> addr_vector_t; class simt_stack { public: simt_stack( unsigned wid, unsigned warpSize); + ~simt_stack(); void reset(); void launch( address_type start_pc, const simt_mask_t &active_mask ); |
