summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/shader.h
AgeCommit message (Expand)Author
2017-07-17Fixing some typos and adding commentsMahmoud
2017-07-17Improving GPU core model. This commits contains:Mahmoud
2016-07-06BUG: concurrent kernels on same SM may occupy warps from running CTAsJin Wang
2016-07-06ADD: add cdp latencyJin Wang
2016-07-06ADD: support concurrent kernels on one shaderJin Wang
2016-06-02GeForceGTX750Ti correlation setup. Modified config file to reflect GTX750Ti a...Scott Peverelle
2014-10-06Fixed mac build failsMyrice
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-14Fixing assertion that occurs when L1 cache is configured with write-allocatio...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-14Interconnection traffic breakdown stats (integration from TM branch).Wilson Fung
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-14make sure L1 cache is flushed at a configuration change between kernels, even...Ahmed El-Shafiey
2014-08-14 - Adding support for cudaFuncSetCacheConfig API, that allows changing theAhmed El-Shafiey
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-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-14cleanig inc_stat functions + remove unused L2D_config parameter was mistakenl...Ahmed El-Shafiey
2014-08-14cleaning the duty_cycle_stats collection code in the writeback stageAhmed El-Shafiey
2014-08-14Merging Power model into FermiTayler Hetherington
2014-08-14Revision #2 of modifying the cache hierarchy.Tayler Hetherington
2014-08-14Modified the cache hierarchy, reorganized code to eliminate code replication,...Tayler Hetherington
2014-08-14Fixing compile error on my machineAndrew M. B. Boktor
2014-08-14Fixing an error reported by valgrind.Tim Rogers
2014-08-14Fix for bug 9: Now querying the state of the pdom stack in call_imp and callp...Ayub Gubran
2014-08-14Adding a two level scheduler as described in the ISCA 2012 tutorialAndrew M. B. Boktor
2014-08-14Removing some bottlenecks that limit that peak-IPCAndrew M. B. Boktor
2014-08-14Adding configurable instruction latencies and initiation intervalsAndrew M. B. Boktor
2014-08-14This changelist adds the following:Andrew M. B. Boktor
2014-08-14-Bug 146 fix (Adding perfect memory interface)Ahmed El-Shafiey
2014-08-14Changed arch_rech type to store 16 registers, 8 input and 8 output. 8 inputs ...Inderpreet Singh
2014-08-14Adding a check for copmliance between the runtime simulation config and MAX_T...Wilson Fung
2014-08-14Changes needed for the new fermi configs to work.Andrew M. B. Boktor
2014-08-14Adding option 'gpgpu_simt_core_sim_order' which allow the user to specify the...Wilson Fung
2014-08-14Grouped all instruction counting code into a common member function in shader...Wilson Fung
2014-08-14Fixed the stat collection for gpgpu_n_shmem_insn. See Bug 128 for more detai...Wilson Fung
2014-08-14Integrating the pure functional simulationAyub Gubran
2014-08-14Fixing the atomics I broke with the insn count fixTim Rogers
2014-08-14Fixing the varying instruction count when the cache configuration changes.Tim Rogers