From 91230095de59333cb694ca84f346cd66097b72db Mon Sep 17 00:00:00 2001 From: Wilson Fung Date: Fri, 19 Jul 2013 18:51:46 -0800 Subject: Fix for bug 63. bk[i]->n_idle should be bk[j]->n_idle instead. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 16635] --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 34d7b65..c743ce1 100644 --- a/CHANGES +++ b/CHANGES @@ -58,6 +58,8 @@ Version 3.2.1+edits (development branch) versus 3.2.1 - Eliminated some memory leaks in the pure functional simulator - Added check to AerialVision to detect and warn about performance metric entries with no data. + - Fix for Bug 63 - Changed bk[i]->n_idle++; to bk[j]->n_idle++; in + dram_t::cycle(). Version 3.2.1 versus 3.2.0 - Added kernel name and launch uids to performance statistics log. -- cgit v1.3