diff options
| author | Wilson Fung <[email protected]> | 2012-11-12 21:56:33 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:49:21 -0700 |
| commit | 6e0aab40706497ef4e3046d5614b0061f538f300 (patch) | |
| tree | fc8dd9f49b471544ac8c5856fa18adfccd32f931 /configs | |
| parent | 117dfa890501388dec301f461f0cca2562d6a941 (diff) | |
Changing the QuadroFX5800 config to use compute capability 1.3 (no idea why it was not...). Adding sign-extension mode for cvt.s16.s32 that writes to a .u32 register. Adding stub parsing for .maxnctapersm directive. Removing benchmarks with known-issues from regression list for now.
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 14572]
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/QuadroFX5800/gpgpusim.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/QuadroFX5800/gpgpusim.config b/configs/QuadroFX5800/gpgpusim.config index 903c12e..e7ddafc 100644 --- a/configs/QuadroFX5800/gpgpusim.config +++ b/configs/QuadroFX5800/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 13 # high level architecture configuration -gpgpu_n_clusters 10 |
