From 6eee7514ea8b72fbecd761c50ccfd3394edf2307 Mon Sep 17 00:00:00 2001 From: Tor Aamodt Date: Sun, 24 Oct 2010 00:36:19 -0800 Subject: 1. adding top level configuration class and making shader and memory configuration components of this class. 2. clock memory pipeline no. subwarp times for each shader clock and increase rob-size for texture cache (trying to improve correlation, currently at 0.9218) 3. start to modify shader stats to add back features for visualizer (warp divergence distribution kind of working again) passing cuda 3.1 regression and ptxplus correlation tests [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7909] --- aerialvision/guiclasses.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'aerialvision') diff --git a/aerialvision/guiclasses.py b/aerialvision/guiclasses.py index 260b229..7e2379b 100644 --- a/aerialvision/guiclasses.py +++ b/aerialvision/guiclasses.py @@ -1042,8 +1042,9 @@ class graphManager: if yAxis == 'WarpDivergenceBreakdown': Legendname = [] - Legendname.append('Fetch Stalled') - Legendname.append('W0') + Legendname.append('Idle') + Legendname.append('Data Hazard') + Legendname.append('Stall') for c in range(2, numRows): Legendname.append('W' + `4*(c-2)+1` + ':' + `4*(c-1)`) BarSequence = range(0,numRows) -- cgit v1.3