summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-08-14Adding the ability to querry the WARPSZ flag from the ptx script.Tim Rogers
2014-08-14 Changing the make flow so all the generated files, both object and code gene...Tim Rogers
2014-08-14Interconnection traffic breakdown stats (integration from TM branch).Wilson Fung
2014-08-14Adding new option '-liveness_message_freq', which throttles the frequency of ...Wilson Fung
2014-08-14Fixing ":" to "=" in shader_print_cache_stats. This will not affect the regre...Tayler Hetherington
2014-08-14Review: 47001. Fixing bug in CL16463. When streams are actually used, kernels...Tayler Hetherington
2014-08-14Review: 46001. Fixing a source of non-determinism in GPGPU-Sim (Bug 174). Not...Tayler Hetherington
2014-08-14Fixing pending_hit bug (Access is supposed to return MISS, but stats should i...Tayler Hetherington
2014-08-14Fixing bug in printing - Not checking if cache was instantiated (i.e., L1D fo...Tayler Hetherington
2014-08-14Fixing deadlock bug for CL16452Tayler Hetherington
2014-08-14Fixing compilation bug in CL16452. Tested with gcc version 4.2.1 and 4.3.4.Tayler Hetherington
2014-08-14Review: 33001. Updating/cleaning up the cache statistics. Moving the statisti...Tayler Hetherington
2014-08-14Further cleaning up power stats - Continuation of issue 35001.Tayler Hetherington
2014-08-14Adding a dependency so the ptxinto.tab.h file is generated before the lex.ptx...Tim Rogers
2014-08-14Fixing interconnect stats bugTayler Hetherington
2014-08-14Fixing 2 bugs & small code clean up:Tayler Hetherington
2014-08-14Fixing bug 59 + cleaning some code related to the power modelAhmed El-Shafiey
2014-08-14Fixing the broken valgrind build.Tim Rogers
2014-08-14force power log files to be readable by group and othersAhmed El-Shafiey
2014-08-14Removing a slew of code still compiled with gcc and the need for a bunch of e...Tim Rogers
2014-08-14Restoring the functional simulation entry function for OpenCL, which was undo...Ayub Gubran
2014-08-14make sure L1 cache is flushed at a configuration change between kernels, even...Ahmed El-Shafiey
2014-08-14 Removing the default printing of the dynamic warp distribution histogram a...Tim Rogers
2014-08-14initialize the shared_memory_sizeAhmed El-Shafiey
2014-08-14 - Adding support for cudaFuncSetCacheConfig API, that allows changing theAhmed El-Shafiey
2014-08-14Updating ICNT stat collectionTayler Hetherington
2014-08-14Replaced the legacy L2 cache access stats with more meaningful breakdown that...Wilson Fung
2014-08-14fixing a bug in the interconnect stats was introduced in CL15746Ahmed El-Shafiey
2014-08-14Updating gpuwattch makefilesTayler Hetherington
2014-08-14Updating mem_fetch::get_num_flits() to work with atomicsTayler Hetherington
2014-08-14Cleaning up interconnection network memory partition to core statistics. Now ...Tayler Hetherington
2014-08-14Cleaning up the interconnection core to memory partition statisticsTayler Hetherington
2014-08-14-another fix to resolve valigrind complains.Ahmed El-Shafiey
2014-08-14this should fix valigrid compais after fixing the wire initilization bugAhmed El-Shafiey
2014-08-14correcting the allocation of n_simt_to_mem/n_mem_to_simt statsAhmed El-Shafiey
2014-08-14Fix incorrect initialization of wire_length variable in cacti/wire.cc - causi...Tayler Hetherington
2014-08-14fix from JigwenAhmed El-Shafiey
2014-08-14Fixing GPUWattch McPAT Makefile to use -m32 for 32 bit and -m64 for 64 bit LinuxTayler Hetherington
2014-08-14Fixing bug in reseting code - looping over # of power values, not number of p...Tayler Hetherington
2014-08-14Fixing bug in power counter resetTayler Hetherington
2014-08-14Integrate mov.pred fix from TM branch.Wilson Fung
2014-08-14This should fix the NNC undefined memory locations bug. It turned out that th...Ahmed El-Shafiey
2014-08-14Adding other power stats to reset functionTayler Hetherington
2014-08-14fixing bugs that were revealed by automated power correlation results.Ahmed El-Shafiey
2014-08-14fixing some assignment in the "get_operand_value" function where unsigned wer...Ahmed El-Shafiey
2014-08-14GPUWattch bug fix: Performance counters not being correctly reset at kernel c...Tayler Hetherington
2014-08-14Okay, both the crash and the valgrind complaint are caused by the non-type sa...Tim Rogers
2014-08-14Fixed at least one error in the valgrind build. Forgot to initial a member va...Tim Rogers
2014-08-14Fixing a bug exposed by the fix for bug 42.Tim Rogers
2014-08-14MergingTim Rogers