| Age | Commit message (Expand) | Author |
| 2017-09-12 | Adding HBM model | Mahmoud |
| 2017-07-20 | Fixing BankGroup Indexing Bug | Mahmoud |
| 2017-07-12 | Fixing BankGroup Indexing Bug | Mahmoud |
| 2016-07-05 | MOD: add child kernel stream and scheduling support | Jin Wang |
| 2015-06-05 | Fixing bug with max cycle/instruction/cta + bug with C++ name de-mangling wit... | Tayler Hetherington |
| 2014-08-14 | Redesigned the memory partition unit to support multiple L2 cache banks per p... | Wilson Fung |
| 2014-08-14 | Adding new option '-liveness_message_freq', which throttles the frequency of ... | Wilson Fung |
| 2014-08-14 | Review: 33001. Updating/cleaning up the cache statistics. Moving the statisti... | Tayler Hetherington |
| 2014-08-14 | make 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 the | Ahmed El-Shafiey |
| 2014-08-14 | Merging | Tim Rogers |
| 2014-08-14 | bug31 | Ayub Gubran |
| 2014-08-14 | Fixing L2 WriteBack bug caused by using the partition address for both set in... | Tayler Hetherington |
| 2014-08-14 | Now even the power model log will have kernel names printed out. | Wilson Fung |
| 2014-08-14 | Added kernel name and launch uids to the stat printout to simplify per-kernel... | Wilson Fung |
| 2014-08-14 | 1- it seems like using #ifdef within a class definition confuses valgrind, re... | Ahmed El-Shafiey |
| 2014-08-14 | Merging | Ahmed El-Shafiey |
| 2014-08-14 | fixing a segfault problem for Quadro config with interconnect stats | Ahmed El-Shafiey |
| 2014-08-14 | Merging Power model into Fermi | Tayler Hetherington |
| 2014-08-14 | Updated the option parser to support named sub-options (via a separate instan... | Wilson Fung |
| 2014-08-14 | Fix for bug 9: Now querying the state of the pdom stack in call_imp and callp... | Ayub Gubran |
| 2014-08-14 | Fixed GDDR5 parameters in Fermi config: | Wilson Fung |
| 2014-08-14 | A much easier way to attempt to fix the problem targeted by CL12362 is to jus... | Andrew M. B. Boktor |
| 2014-08-14 | Changing the configs to be backward compatible by disabling bank groups by de... | Andrew M. B. Boktor |
| 2014-08-14 | This changelist implements the following: | Andrew M. B. Boktor |
| 2014-08-14 | Turned ROP and DRAM latency/delays into options | Inderpreet Singh |
| 2014-08-14 | Fixing bug 126. Now DXTC runs to completion by not giving correct result (ex... | Wilson Fung |
| 2014-08-14 | Integrating the pure functional simulation | Ayub Gubran |
| 2014-08-14 | Integration change. - CL 9058 , adding the l1 cache stat print to the end of ... | Tim Rogers |
| 2014-08-14 | Fixed the DRAM timing model to add the write-read turn and write-precharge de... | Wilson Fung |
| 2014-08-14 | change copyright notice to include authors | Tor Aamodt |
| 2011-06-29 | changing copyright to BSD | Tor Aamodt |
| 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-28 | enabling L2 data cache... it is write through, write evict like L1. | Tor Aamodt |
| 2010-10-24 | 1. updates to .gdbinit file | Tor Aamodt |
| 2010-10-24 | add back per shader icount tracking for visualizer | Tor Aamodt |
| 2010-10-24 | 1. adding top level configuration class and making shader and memory configur... | Tor Aamodt |
| 2010-10-18 | Re-designed cache model: | Tor Aamodt |
| 2010-10-16 | 1. creating cache_config object to encapsulate cache configuration information | Tor Aamodt |
| 2010-10-16 | 1. refactoring histogram/logger so that classes are in header files | Tor Aamodt |
| 2010-10-16 | 1. moving address decoding into a class (and out of cache entirely) | Tor Aamodt |
| 2010-10-12 | 1. adding simt_core_cluster, which models a TPC or (for fermi) GPC... | Tor Aamodt |
| 2010-10-10 | 1. create function unit classes for SP, SFU, LD/ST. | Tor Aamodt |
| 2010-10-09 | Refactoring: | Tor Aamodt |
| 2010-10-08 | some fixes for ptxplus (correlation test now running) | Tor Aamodt |
| 2010-10-08 | 1. refactoring cuda api code for loading PTX (removing external PTX loading e... | Tor Aamodt |
| 2010-10-05 | simulator "working" on ptxplus, simulated IPC "too low" by about a factor of ... | Tor Aamodt |
| 2010-10-05 | broken change list: builds, but does not run, yet | Tor Aamodt |
| 2010-10-03 | moving some CUDA API centric code to cuda_runtime_api.cc | Tor Aamodt |