diff options
| author | PSuchita <[email protected]> | 2019-04-18 15:39:22 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-04-18 15:39:22 -0500 |
| commit | 4d6895995b1c5548a3b5ba2e2b203048cd41628b (patch) | |
| tree | d76aa0983dedcaab5f0e0a4751059e23e0a1ce78 /configs/tested-cfgs/SM7_TITANV | |
| parent | 73050b730b31e9f58f8c2a0bfc4b3a8cd92be7ff (diff) | |
| parent | 74289a429633176e37116353347f60c75f2b644a (diff) | |
Merge pull request #2 from PSuchita/texture-fixes-addl
Adding additional fixes for the texture bug and adding additional configs.
Diffstat (limited to 'configs/tested-cfgs/SM7_TITANV')
| -rw-r--r-- | configs/tested-cfgs/SM7_TITANV/gpgpusim.config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/tested-cfgs/SM7_TITANV/gpgpusim.config b/configs/tested-cfgs/SM7_TITANV/gpgpusim.config index 8ed4cd0..1af64ac 100644 --- a/configs/tested-cfgs/SM7_TITANV/gpgpusim.config +++ b/configs/tested-cfgs/SM7_TITANV/gpgpusim.config @@ -13,6 +13,12 @@ -gpgpu_ptx_sim_mode 0 -gpgpu_ptx_force_max_capability 70 +# Device Limits +-gpgpu_stack_size_limit 1024 +-gpgpu_heap_size_limit 8388608 +-gpgpu_runtime_sync_depth_limit 2 +-gpgpu_runtime_pending_launch_count_limit 2048 + # SASS execution (only supported with CUDA >= 4.0) -gpgpu_ptx_convert_to_ptxplus 0 -gpgpu_ptx_save_converted_ptxplus 0 |
