summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorspeverel <[email protected]>2016-06-02 11:28:15 -0700
committersspenst <[email protected]>2016-06-02 11:49:02 -0700
commit46aad91327a265c2fea2cfe629cc38eadb629200 (patch)
tree206a9ab7a5ebc82af672a5d5e593c6f9d35ba7d5 /configs
parentf9e25fed4a9f471525debd61300baab6ccdbe9d6 (diff)
Added handling of .cc option for arithmetic instructions. NOTE: Only made changes to parse instructions. Carry functionality NOT fully implemented; .cc instructions function like their unmodified ueqivelents. Also modified GTX750Ti config to model L1 data cache as simply not being used for global loads (instead of not existing at all). Changed ptxinfo parsing to avoid crashing when info includes texture information.
Diffstat (limited to 'configs')
-rw-r--r--configs/GeForceGTX750Ti/gpgpusim.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/GeForceGTX750Ti/gpgpusim.config b/configs/GeForceGTX750Ti/gpgpusim.config
index afd3825..be3ae3c 100644
--- a/configs/GeForceGTX750Ti/gpgpusim.config
+++ b/configs/GeForceGTX750Ti/gpgpusim.config
@@ -42,8 +42,8 @@
-ptx_opcode_latency_dp 8,19,8,8,330
-ptx_opcode_initiation_dp 8,16,8,8,130
--gpgpu_cache:dl1 none
-# 32:128:4,L:L:m:N:H,A:32:8,8
+-gpgpu_cache:dl1 32:128:4,L:L:m:N:H,A:32:8,8
+-gmem_skip_L1D 1
-gpgpu_shmem_size 65536
# The alternative configuration for fermi in case cudaFuncCachePreferL1 is selected