summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAyub Gubran <[email protected]>2013-02-11 20:05:03 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:50:04 -0700
commit687fa4c9e8e5b9e9ac60375b98d55daaf2d9c551 (patch)
tree168310bb0d2ccf0edbf8459c5982f894ea69bc18 /CHANGES
parentc591d13a90aad7d99bb40aef9e44d6bfce0b74c0 (diff)
bug31
1. Renaming '-gpgpu_dram_sched_queue_size' to '-gpgpu_frfcfs_dram_sched_queue_size' 2. Updating the output not print that statistic out at all if the DRAM access scheduler is FIFO. 3. Adding "-gpgpu_dram_return_queue_size" option to specify the return queue size (defualt 1024). config files should take this change into account [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 15227]
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index e8f8a69..fc774b1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,7 +12,10 @@ Version 3.2.0+edits (development branch) versus 3.2.0
- Fixed L2 Writeback bug caused by using the memory partition address for
both the cache set index generation and for storing tag/block address.
Caused writebacks from the L2 to have a different address than the original
- memory request.
+ memory request.
+ - For the clarity of the simulator might be improved by the following changes:
+ 1. Renaming '-gpgpu_dram_sched_queue_size' to '-gpgpu_frfcfs_dram_sched_queue_size'
+ 2. Updating the output not print out max and avg size statistics for the DRAM access scheduler queue if it is a FIFO.
Version 3.2.0 versus 3.1.2
- Added GPUWattch GPGPU power model based on McPAT 0.8beta.