diff options
| author | Tor Aamodt <[email protected]> | 2019-04-19 15:10:30 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-04-19 15:10:30 -0700 |
| commit | 60cbe5e00a76a655b093041d4ed3df3d07379094 (patch) | |
| tree | 463dd5eb7f62b890eb0c11ab95f4026711609fde /configs/tested-cfgs/SM7_TITANV | |
| parent | e5322e7bbe2c884b62aaecad0f854251c2187ba6 (diff) | |
| parent | 51c853e42c805275c64ee90c1c025e4b111fc570 (diff) | |
Merge pull request #117 from PSuchita/dev
Texture + Stream Bug Fix
Diffstat (limited to 'configs/tested-cfgs/SM7_TITANV')
| -rw-r--r-- | configs/tested-cfgs/SM7_TITANV/gpgpusim.config | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/configs/tested-cfgs/SM7_TITANV/gpgpusim.config b/configs/tested-cfgs/SM7_TITANV/gpgpusim.config index 8ed4cd0..9de1050 100644 --- a/configs/tested-cfgs/SM7_TITANV/gpgpusim.config +++ b/configs/tested-cfgs/SM7_TITANV/gpgpusim.config @@ -13,6 +13,17 @@ -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 + +# Compute Capability +-gpgpu_compute_capability_major 7 +-gpgpu_compute_capability_minor 0 + # SASS execution (only supported with CUDA >= 4.0) -gpgpu_ptx_convert_to_ptxplus 0 -gpgpu_ptx_save_converted_ptxplus 0 |
