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.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/abstract_hardware_model.cc') diff --git a/src/abstract_hardware_model.cc b/src/abstract_hardware_model.cc index 6457edd..01899d5 100644 --- a/src/abstract_hardware_model.cc +++ b/src/abstract_hardware_model.cc @@ -62,10 +62,6 @@ void gpgpu_functional_sim_config::reg_options(class OptionParser * opp) &m_ptx_convert_to_ptxplus, "Convert SASS (native ISA) to ptxplus and run ptxplus", "0"); - option_parser_register(opp, "-gpgpu_ptx_save_converted_ptxplus", OPT_BOOL, - &m_ptx_save_converted_ptxplus, - "Saved converted ptxplus to a file", - "0"); option_parser_register(opp, "-gpgpu_ptx_force_max_capability", OPT_UINT32, &m_ptx_force_max_capability, "Force maximum compute capability", -- cgit v1.3