summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/shader.cc
AgeCommit message (Expand)Author
2017-10-11Sector Cache - first commitMahmoud
2017-09-13Adding sperate dp_unitMahmoud
2017-07-18Fixing deadlock bugMahmoud
2017-07-17Fixing some typos and adding commentsMahmoud
2017-07-17Improving GPU core model. This commits contains:Mahmoud
2016-09-02BUG: concurrent kernel on the same SMX does not work with non-legacy local me...Jin Wang
2016-09-02MOD: Add macros to turn off cuda_device_runtime for CUDA < 5.0Jin Wang
2016-07-06BUG: concurrent kernels on same SM may occupy warps from running CTAsJin Wang
2016-07-06ADD: add separate cdp latencyJin Wang
2016-07-06ADD: add cdp latencyJin Wang
2016-07-06BUG: for concurrent kernels on same shader, should select kernel from the dis...Jin Wang
2016-07-06ADD: support concurrent kernels on one shaderJin Wang
2016-07-05BUG: kernels should return to stream if not pushed to concurrent kernel poolJin Wang
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-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-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-14Intesim2 IntegrationDongdong Li
2014-08-14Adding bandwidth modeling to the cache model.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-14Interconnection traffic breakdown stats (integration from TM branch).Wilson Fung
2014-08-14Fixing ":" to "=" in shader_print_cache_stats. This will not affect the regre...Tayler Hetherington
2014-08-14Fixing bug in printing - Not checking if cache was instantiated (i.e., L1D fo...Tayler Hetherington
2014-08-14Review: 33001. Updating/cleaning up the cache statistics. Moving the statisti...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-14Updating ICNT stat collectionTayler 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-14Fixed at least one error in the valgrind build. Forgot to initial a member va...Tim Rogers
2014-08-14MergingTim Rogers
2014-08-14MergingTim Rogers
2014-08-14 Fixing a slew of compiler warningsTim 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-14cleanig inc_stat functions + remove unused L2D_config parameter was mistakenl...Ahmed El-Shafiey
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