summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/shader.cc
AgeCommit message (Expand)Author
2014-08-14Adding a two level scheduler as described in the ISCA 2012 tutorialAndrew M. B. Boktor
2014-08-14Fixing bug 161 and 164. WP now runs without deadlocking due to I-cache miss ...Wilson Fung
2014-08-14Removing a couple of warningsAndrew M. B. Boktor
2014-08-14Removing some bottlenecks that limit that peak-IPCAndrew M. B. Boktor
2014-08-14Using only move_out_to to move pipeline registersAndrew M. B. Boktor
2014-08-14Integrated in CL12250 from coherence branch - fix for atomic payload bug (see...Inderpreet Singh
2014-08-14Changing writeback arbitration among multiple clients (shared,tex,const,globa...Wilson Fung
2014-08-14Removing a wrong commentAndrew M. B. Boktor
2014-08-14This changelist adds the following:Andrew M. B. Boktor
2014-08-14This changelist implements the following:Andrew M. B. Boktor
2014-08-14Integration change. Fixing bug for #149: A pathological case that caused LD i...Wilson Fung
2014-08-14-Bug 146 fix (Adding perfect memory interface)Ahmed El-Shafiey
2014-08-14Adding a description of what assumptions are made.Andrew M. B. Boktor
2014-08-14Fixing a bug introduced by the fix of bug 142Andrew M. B. Boktor
2014-08-14Fix for bug 142Andrew M. B. Boktor
2014-08-14Changed arch_rech type to store 16 registers, 8 input and 8 output. 8 inputs ...Inderpreet Singh
2014-08-14Adding option 'gpgpu_simt_core_sim_order' which allow the user to specify the...Wilson Fung
2014-08-14Fix for bug 129. Created a directed test with a pre-known instruction count, ...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-14A small bug fix, the dupm pipeline was crashing if the L1 data cache is disab...Ahmed El-Shafiey
2014-08-14Revived all of the source code view stats except exposed pipeline latency.Wilson Fung
2014-08-14Revived PC-Histogram in AerialVision.Wilson Fung
2014-08-14Integrating the pure functional simulationAyub Gubran
2014-08-14Fix for Bug 124 - ld.local.s8 instructions are not supportedInderpreet Singh
2014-08-14Fix for Bug 123: Use of constant in shader_core_ctx::func_exec_inst functionInderpreet Singh
2014-08-14bz 122 - Fixing the rate descpency between ldst_unit::cycle and ldst_unit::wr...Tim Rogers
2014-08-14Actually fixing the atomic bugTim Rogers
2014-08-14Fixing the varying instruction count when the cache configuration changes.Tim Rogers
2014-08-14Adding a print guard if there is no cacheTim Rogers
2014-08-14Integration change. - CL 9058 , adding the l1 cache stat print to the end of ...Tim Rogers
2014-08-14Integration change. CL 8980 - l1 cache stat printTim Rogers
2014-08-14Integrated in CL10323 from tm-test branchInderpreet Singh
2014-08-14Fix for Bug 111, integrated in CL10260Inderpreet Singh
2014-08-14Fix for Bug 110 - integrates in CL 10258 from tm-test branchInderpreet Singh
2014-08-14Integration change from CL8943 to fix barrier behaviour.Wilson Fung
2014-08-14fixup some dangling referencesTor Aamodt
2014-08-14change copyright notice to include authorsTor Aamodt
2011-06-29changing copyright to BSDTor Aamodt
2011-05-28fix for bug 103Tor Aamodt
2011-05-26Another local memory address translation bug fix - it now adds an offset to p...Inderpreet Singh
2011-05-25Bug fix for local memory address translation that was made in tm-test branch ...Inderpreet Singh
2011-05-25Fix bug #100: local memory address translation returns multiple addressesInderpreet Singh
2011-03-03refactor pipeline stage namesTor Aamodt
2011-02-01Added configurable schedulers!aturner
2011-01-24Adds highly configurable opperand collectoraturner
2011-01-20Integration change. Bug fixes from AMD-CMU trace gen branch. Wilson Fung
2010-12-28- parameter memory and active threads now part of kernel_info_t:Tor Aamodt
2010-12-28- Checkpointing new support for concurrent kernel execution (CUDA only, not O...Tor Aamodt
2010-11-30integrate changes (makes code more modular, i would argue)Tor Aamodt