summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim
AgeCommit message (Expand)Author
2016-06-02GeForceGTX750Ti correlation setup. Modified config file to reflect GTX750Ti a...Scott Peverelle
2015-06-05Fixing bug with local stats not being reset on call to update_stats. Added co...Tayler Hetherington
2015-06-05Fixing bug with max cycle/instruction/cta + bug with C++ name de-mangling wit...Tayler Hetherington
2015-03-05Merge pull request #9 from ElTantawy/masterandrewboktor
2015-03-04initial support for CUDA 5.0, 5.5, 6.0 to get template from SDK runningAhmed ElTantawy
2015-02-19Adding an assert to make sure we got the right instruction backAndrew Boktor
2015-02-18Making sure that we only service returning cache misses when we have a place ...Andrew Boktor
2015-02-18Fixing icache bug where for each miss we also count a hit.Andrew Boktor
2014-10-06Fixed mac build failsMyrice
2014-08-14-Forcing make clean to remove all automatically generated files by parsers (s...Ahmed El-Shafiey
2014-08-14Support for named bariers + bar.red + bar.arrive instructionsAhmed El-Shafiey
2014-08-14- Code review 1173001Tayler Hetherington
2014-08-14warning fixes 2nd patch, including comments removal and strict aliasing fixes.leonyu
2014-08-14Bug FIX: icnt::full() check using wrong mf sizeDongdong Li
2014-08-14Fixing assertion that occurs when L1 cache is configured with write-allocatio...Wilson Fung
2014-08-14Fixing the intra-partition address calculation so that every set in L2 cache ...Wilson Fung
2014-08-14Refactoring:Dongdong Li
2014-08-14Adding the ability to trace all the shader coresTim Rogers
2014-08-14Intesim2 IntegrationDongdong Li
2014-08-14Review 77001: Fixing Writeback/Write allocate hard coded memory_access_types ...Tayler Hetherington
2014-08-14Adding bandwidth modeling to the cache model.Wilson Fung
2014-08-14Lengthened the DRAM return queue size to have enough credits in order to keep...Wilson Fung
2014-08-14Fix for bug 63. bk[i]->n_idle should be bk[j]->n_idle instead.Wilson Fung
2014-08-14Redesigned the memory partition unit to support multiple L2 cache banks per p...Wilson Fung
2014-08-14Adding option to force global memory accesses to skip L1 data cache while sti...Wilson Fung
2014-08-14Integrating changes from my personal branch.Tim Rogers
2014-08-14Review 62001: Fixing bug where labels "WarpIssueSlotBreakdown" and "WarpIssue...Tayler Hetherington
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-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-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