summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorTim Rogers <[email protected]>2013-02-12 13:37:36 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:50:05 -0700
commit789025599aabfb552d3689549d31329ee5ada722 (patch)
treef5532d38cf41a926bb1c2efb685f1030e192a835 /CHANGES
parent708cd7d7b5fb41a3f542190f23e84c03dc65050d (diff)
Adding in a description of my recent changes
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 15234]
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 9 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index e2f343c..e09054f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,11 @@ Version 3.2.0+edits (development branch) versus 3.2.0
- For clarity, renaming '-gpgpu_dram_sched_queue_size' to '-gpgpu_frfcfs_dram_sched_queue_size'.
- Print the max and the average queue size statistics for FRFCFS scheduling only.
- New gpgpu_dram_return_queue_size option, which specifies the size of the return queue from the DRAM.
+- Added a dynamic_warp_id field to each shdr_warp_t. dynamic_warp_id differs from warp_id in that different warps
+ using the same warp scheduling slot (because one warp has finished and another has taken it's place)
+ have the same warp_id but different dynamic_warp_ids.
+- Added extensions to the cache class hierarchy to allow for the use of custom tag_array objects.
+- Added some additional const-correctness
- Bug Fixes:
- Applied patch from Kito Cheng to update libopencl for checking NULL error
code pointer.
@@ -15,7 +20,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.
+ - Fixed a number of warnings generated by gcc 4.7.x
+ - Fixed a delete [] problem.
+ - Fixed a potential issue memsetting *this to 0.
Version 3.2.0 versus 3.1.2
- Added GPUWattch GPGPU power model based on McPAT 0.8beta.