diff options
| author | Ahmed El-Shafiey <[email protected]> | 2013-03-28 21:22:56 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:50:06 -0700 |
| commit | 3de046e8df71ebd1e624cd533c24d183d01fa39a (patch) | |
| tree | 9a507f56d0076deb0951f631fe425e981fa480ba /configs | |
| parent | 05b346bb57fc7a3063a2658d4fcdac55f76380cf (diff) | |
Fixing a typo in the XML file for GPUWattch causing register file power not to scale. Jingwen discovered the bug by looking at the regression results. He could not submit the fix due to tunneling problems.
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 15619]
Diffstat (limited to 'configs')
| -rwxr-xr-x | configs/GTX480/gpuwattch_gtx480.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/GTX480/gpuwattch_gtx480.xml b/configs/GTX480/gpuwattch_gtx480.xml index de6b0fd..fac0ff7 100755 --- a/configs/GTX480/gpuwattch_gtx480.xml +++ b/configs/GTX480/gpuwattch_gtx480.xml @@ -45,7 +45,7 @@ <param name="SHRD_ACC" value="40" /> <param name="REG_RD" value="0.52" /> <param name="REG_WR" value="3.52" /> - <param name="NON_REG_Ops" value="4.15" /> + <param name="NON_REG_OPs" value="4.15" /> <param name="SP" value="2.38" /> <param name="SFU" value="0.51" /> <param name="FPU" value="0.64" /> |
