From 789025599aabfb552d3689549d31329ee5ada722 Mon Sep 17 00:00:00 2001 From: Tim Rogers Date: Tue, 12 Feb 2013 13:37:36 -0800 Subject: Adding in a description of my recent changes [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 15234] --- CHANGES | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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. -- cgit v1.3