summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/shader.h
AgeCommit message (Expand)Author
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
2014-08-14Integration change. CL 8980 - l1 cache stat printTim Rogers
2014-08-14Fix for Bug 110 - integrates in CL 10258 from tm-test branchInderpreet Singh
2014-08-14change copyright notice to include authorsTor Aamodt
2011-06-29changing copyright to BSDTor Aamodt
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
2010-11-29make an explicit read operands stageTor Aamodt
2010-11-29integrate mask changesTor Aamodt
2010-11-28enabling L2 data cache... it is write through, write evict like L1.Tor Aamodt
2010-11-28adding 1st level data cacheTor Aamodt
2010-10-240.9756 correlation. Set L1T line size to 128 bytes... problem wasTor Aamodt
2010-10-241. updates to .gdbinit fileTor Aamodt
2010-10-24add back per shader icount tracking for visualizerTor Aamodt
2010-10-241. adding top level configuration class and making shader and memory configur...Tor Aamodt
2010-10-211. rewriting memory access generation code (from scratch), why not...Tor Aamodt
2010-10-19adding texture cache model with fragment fifo for latency hidingTor Aamodt
2010-10-18Re-designed cache model:Tor Aamodt
2010-10-161. creating cache_config object to encapsulate cache configuration informationTor Aamodt
2010-10-161. moving address decoding into a class (and out of cache entirely)Tor Aamodt
2010-10-121. adding simt_core_cluster, which models a TPC or (for fermi) GPC...Tor Aamodt
2010-10-101. create function unit classes for SP, SFU, LD/ST.Tor Aamodt
2010-10-09Refactoring:Tor Aamodt
2010-10-081. modify shader_core_ctx::execute_pipe() to model instruction throughput cor...Tor Aamodt
2010-10-081. refactoring cuda api code for loading PTX (removing external PTX loading e...Tor Aamodt
2010-10-05bug fixesTor Aamodt
2010-10-05broken change list: builds, but does not run, yetTor Aamodt
2010-10-02refactor: mem_fetch now a classTor Aamodt
2010-10-02refactoring: make shd_cache_t into a class (cache_t), plus some other cleanin...Tor Aamodt
2010-10-01integrating recent changes from fermi-test into fermiTor Aamodt
2010-08-29- integrate changes from fermi-test (CL's under that path in range 7261-7418).Tor Aamodt