From 05f02e48963660d60120aca2f0198e0723e257d5 Mon Sep 17 00:00:00 2001 From: "Andrew M. B. Boktor" Date: Fri, 4 May 2012 09:51:53 -0800 Subject: Supporting the option for removing temporary files . the option -gpgpu_ptx_save_converted_ptxplus allows keeping the ptxplus file . the option -gpgpu_keep allows keeping intermediate files used to communicate with other programs (e.g. cuobjdump) [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12304] --- src/abstract_hardware_model.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/abstract_hardware_model.h') diff --git a/src/abstract_hardware_model.h b/src/abstract_hardware_model.h index 28dc6cb..7a710f8 100644 --- a/src/abstract_hardware_model.h +++ b/src/abstract_hardware_model.h @@ -338,7 +338,6 @@ public: unsigned get_forced_max_capability() const { return m_ptx_force_max_capability; } bool convert_to_ptxplus() const { return m_ptx_convert_to_ptxplus; } bool use_cuobjdump() const { return m_ptx_use_cuobjdump; } - bool saved_converted_ptxplus() const { return m_ptx_save_converted_ptxplus; } int get_ptx_inst_debug_to_file() const { return g_ptx_inst_debug_to_file; } const char* get_ptx_inst_debug_file() const { return g_ptx_inst_debug_file; } @@ -348,7 +347,6 @@ public: private: // PTX options int m_ptx_convert_to_ptxplus; - int m_ptx_save_converted_ptxplus; int m_ptx_use_cuobjdump; unsigned m_ptx_force_max_capability; -- cgit v1.3