diff options
| author | Ahmed El-Shafiey <[email protected]> | 2012-09-24 09:34:52 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:49:20 -0700 |
| commit | 3bcf37cfe0514e4ee13fcab94778440b17124b28 (patch) | |
| tree | 96f97baa1675ef511184132effc3f37d92f5c45e /configs | |
| parent | a96f3d1915351d011badaed992937294755670b2 (diff) | |
-change TeslaC2050 default configuration to PTX
-make the correlation script fails when the correlation number or the average absolute error get worse by > 3%
-print a *.csv used by Jenkins to draw plots for the correlation and average absolute error with the changelist number
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 14141]
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/TeslaC2050/gpgpusim.config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/TeslaC2050/gpgpusim.config b/configs/TeslaC2050/gpgpusim.config index e1baa38..f01daee 100644 --- a/configs/TeslaC2050/gpgpusim.config +++ b/configs/TeslaC2050/gpgpusim.config @@ -1,7 +1,7 @@ # functional simulator specification -gpgpu_ptx_instruction_classification 0 -gpgpu_ptx_sim_mode 0 --gpgpu_ptx_force_max_capability 12 +-gpgpu_ptx_force_max_capability 20 # high level architecture configuration -gpgpu_n_clusters 14 @@ -106,8 +106,8 @@ -gpgpu_ptx_use_cuobjdump 1 # SASS execution (only supported with CUDA >= 4.0) --gpgpu_ptx_convert_to_ptxplus 1 --gpgpu_ptx_save_converted_ptxplus 1 +-gpgpu_ptx_convert_to_ptxplus 0 +-gpgpu_ptx_save_converted_ptxplus 0 # enable operand collector -gpgpu_operand_collector_num_units_sp 6 |
