index
:
weft
main
CPEN 511 Project - Weft: Improving SIMD Utilization through MIMD-like Co-issue and Thread Compaction
Davit Grigoryan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gpuwattch
Age
Commit message (
Expand
)
Author
2014-08-14
this should fix valigrid compais after fixing the wire initilization bug
Ahmed El-Shafiey
2014-08-14
Fix incorrect initialization of wire_length variable in cacti/wire.cc - causi...
Tayler Hetherington
2014-08-14
fix from Jigwen
Ahmed El-Shafiey
2014-08-14
Fixing GPUWattch McPAT Makefile to use -m32 for 32 bit and -m64 for 64 bit Linux
Tayler Hetherington
2014-08-14
Fixing bug in reseting code - looping over # of power values, not number of p...
Tayler Hetherington
2014-08-14
Adding other power stats to reset function
Tayler Hetherington
2014-08-14
fixing bugs that were revealed by automated power correlation results.
Ahmed El-Shafiey
2014-08-14
GPUWattch bug fix: Performance counters not being correctly reset at kernel c...
Tayler Hetherington
2014-08-14
Fixing a slew of compiler warnings
Tim Rogers
2014-08-14
Cleaning up steady state printing function
Tayler Hetherington
2014-08-14
Now even the power model log will have kernel names printed out.
Wilson Fung
2014-08-14
fixing bug 36 + put a mistakenly missing texture misses power scaling
Ahmed El-Shafiey
2014-08-14
fixing a bug in the latest submission
Ahmed El-Shafiey
2014-08-14
-modifying the coefficients parsing code to be more readable, also modifies h...
Ahmed El-Shafiey
2014-08-14
fixing more bugs in interconnect stats, simt_to_mem related stats were wrongl...
Ahmed El-Shafiey
2014-08-14
parsing the XML file only if the power simulator is enabled -- this bug was i...
Ahmed El-Shafiey
2014-08-14
fixig more valgrind errors in CACTI due to uinitialized variables + fixing a ...
Ahmed El-Shafiey
2014-08-14
fixing some valgrind erros by initializing uninitialized values in CACTI
Ahmed El-Shafiey
2014-08-14
Renaming src/mcpat -> src/gpuwattch
Tayler Hetherington