From 16fe8bdd350346f1e940a1653ac485c5c8d8b9b9 Mon Sep 17 00:00:00 2001 From: Inderpreet Singh Date: Thu, 19 Jul 2012 12:12:40 -0800 Subject: Ptxplus fix for recrusive call handling in SIMT stack (CL13410). [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13435] --- src/abstract_hardware_model.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/abstract_hardware_model.h') 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 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 ); -- cgit v1.3