summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim
AgeCommit message (Expand)Author
2014-08-14Further cleaning up power stats - Continuation of issue 35001.Tayler Hetherington
2014-08-14Fixing interconnect stats bugTayler Hetherington
2014-08-14Fixing bug 59 + cleaning some code related to the power modelAhmed El-Shafiey
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 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-14correcting the allocation of n_simt_to_mem/n_mem_to_simt statsAhmed El-Shafiey
2014-08-14Fixing bug in power counter resetTayler Hetherington
2014-08-14Adding other power stats to reset functionTayler Hetherington
2014-08-14GPUWattch bug fix: Performance counters not being correctly reset at kernel c...Tayler Hetherington
2014-08-14Fixed at least one error in the valgrind build. Forgot to initial a member va...Tim Rogers
2014-08-14MergingTim Rogers
2014-08-14Adding a check to prevent writeback cache with allocation-on-fill.Wilson Fung
2014-08-14bug31Ayub Gubran
2014-08-14MergingTim Rogers
2014-08-14 Fixing a slew of compiler warningsTim Rogers
2014-08-14Fixing a minor bug - if you new [] you have to delete []Tim Rogers
2014-08-14Addin in a protected constructor that can be used by derived classes of the t...Tim Rogers
2014-08-14Making this const correctTim Rogers
2014-08-14Adding an accessor to the distro vectorTim Rogers
2014-08-14Adding in a statistic for number of dynamic warps issued by their ID.Tim Rogers
2014-08-14Adding in a dynamic warp_id fieldTim Rogers
2014-08-14Fixing L2 WriteBack bug caused by using the partition address for both set in...Tayler Hetherington
2014-08-14cleanig inc_stat functions + remove unused L2D_config parameter was mistakenl...Ahmed El-Shafiey
2014-08-14Removing legacy code : get_access_statsTayler Hetherington
2014-08-14Now even the power model log will have kernel names printed out.Wilson Fung
2014-08-14Added kernel name and launch uids to the stat printout to simplify per-kernel...Wilson Fung
2014-08-14Fixing a GPUWattch bug where the cache statistics weren't updated if there ar...Tayler Hetherington
2014-08-14cast the duty cycle to floatAhmed El-Shafiey
2014-08-14fix a typo in the last submissionAhmed El-Shafiey
2014-08-14-remove unclear commentAhmed El-Shafiey
2014-08-14cleaing the writeback from unnecessary if/else (should be cleaned with CL14828)Ahmed El-Shafiey
2014-08-141- it seems like using #ifdef within a class definition confuses valgrind, re...Ahmed El-Shafiey
2014-08-14fixing more bugs in interconnect stats, simt_to_mem related stats were wrongl...Ahmed El-Shafiey
2014-08-14parsing the XML file only if the power simulator is enabled -- this bug was i...Ahmed El-Shafiey
2014-08-14fixig more valgrind errors in CACTI due to uinitialized variables + fixing a ...Ahmed El-Shafiey
2014-08-14cleaning the duty_cycle_stats collection code in the writeback stageAhmed El-Shafiey
2014-08-14Changing mcpat.xml->gpuwattch_gtx480.xml in configs/GTX480.Tayler Hetherington
2014-08-14MergingAhmed El-Shafiey
2014-08-14fixing a segfault problem for Quadro config with interconnect statsAhmed El-Shafiey
2014-08-14setting power model congfig to zero by default (because the mcpat.xml is avai...Ahmed El-Shafiey
2014-08-14Merging Power model into FermiTayler Hetherington
2014-08-14Fixed the shared memory bank conflict model for GTX 480 and Tesla C2050. Now...Wilson Fung