| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-21 | fixing the access alignment in trace-driven mode | Mahmoud | |
| 2019-10-16 | adding kernel latency | Mahmoud | |
| 2019-09-20 | removing some comments and refectoring the code | Mahmoud | |
| 2019-09-19 | support trace-driven and changing the shader.cc | Mahmoud | |
| 2019-09-12 | Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution ↵ | Mahmoud | |
| into dev-traces | |||
| 2019-09-11 | Remove g_stream_manager() | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-08-30 | Merge branch 'dev-nvidia' into dev-private | Mahmoud | |
| 2019-08-30 | update the adaptive cache behaviour and make L1 fully assoc in Volta | Mahmoud | |
| 2019-08-22 | Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution ↵ | Mahmoud | |
| into dev-private | |||
| 2019-07-15 | Move s_g_pc_to_insn | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-07-15 | Move kernel_info_t::m_next_uid | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-07-14 | Move warp_inst_sm_next_uid | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-07-14 | Move sm_next_access_uid | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-07-12 | Move g_cdp_enabled | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-07-11 | Move g_kernel_launch_latency | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-07-11 | Move g_total_param_size | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-07-10 | Move g_pc_to_finfo | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-07-08 | Move g_ptx_sim_num_insn | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-06-05 | adding new cuda 9 APIs to run the deepbench workloads | Mahmoud | |
| 2019-05-30 | adding new values to gpu context | Mahmoud | |
| 2019-05-15 | make gpu_tot_cycle local variable not global variable | Mahmoud | |
| 2019-04-17 | Adding configs for device limits and fixed other misc bugs | Suchita Pati | |
| 2019-04-16 | Adding additional fixes for the texture bugs | Suchita Pati | |
| 2019-04-10 | Adding texture Fix | Suchita Pati | |
| 2018-11-18 | Merge branch 'dev' of https://github.com/gpgpu-sim/gpgpu-sim_distribution ↵ | Mahmoud | |
| into dev | |||
| 2018-11-09 | changes for checkpoint support | Deval Shah | |
| 2018-11-06 | Merge branch 'dev' of https://github.com/gpgpu-sim/gpgpu-sim_distribution ↵ | Mahmoud | |
| into dev-tensor | |||
| 2018-11-06 | fixing sector atomics | Mahmoud | |
| 2018-11-03 | merged with memory subsytem. Regression is passing but tensorcore kernel is ↵ | aamir | |
| stuck in deadlock | |||
| 2018-10-24 | merged tensor-cores code | aamir | |
| 2018-10-09 | adding adaptive volta cache config | Mahmoud | |
| 2018-09-16 | print for mem transaction | aamir | |
| 2018-09-14 | corrected the bug in vpcore functional model | aamir | |
| 2018-09-09 | minor changes for generating mem transaction in timing model. NOTE NOT COMPLETED | aamir | |
| 2017-10-27 | add more statistics and chaging Pascal config | Mahmoud | |
| 2017-10-11 | Merge branch 'dev-purdue-integration' of ↵ | Mahmoud | |
| https://github.rcac.purdue.edu/abdallm/gpgpu-sim_distribution into dev-purdue-integration | |||
| 2017-08-17 | Merged all work on the dev branch since the divergence point into the dnn ↵ | speverel | |
| branch, incorporating Dynamic Parallelism and many bug fixes. | |||
| 2017-07-17 | Fixing some typos and adding comments | Mahmoud | |
| 2017-07-17 | Improving GPU core model. This commits contains: | Mahmoud | |
| 1- round robin inst issue for warp multiple schedulers 2- add sector mask in the memory request (to bused later for L2 sector cache) 3- Adding Fermi coalescer 4- Ensure different exen units are used in dual_issue mode 5- Report how many dual_issue happened 6- Adding oldest_first scheduler | |||
| 2016-07-06 | Added the ability to load from sstarr memory after data has been stored in it | sspenst | |
| 2016-07-06 | ADD: add knob to enable CDP in gpgpusim config | Jin Wang | |
| 2016-07-06 | ADD: add kernel launching latency from stream to distributor | Jin Wang | |
| 2016-07-06 | ADD: print kernel parameter size footprint. BUG: concurrent kernels on same ↵ | Jin Wang | |
| shader, should use hw_cta_id to store shared mem info | |||
| 2016-07-05 | ADD: delete streams created by cta when deleting kernel | Jin Wang | |
| 2016-07-05 | BUG: multiple child kernels finish | Jin Wang | |
| 2016-07-05 | MOD: add child kernel stream and scheduling support | Jin Wang | |
| 2014-08-14 | Support for named bariers + bar.red + bar.arrive instructions | Ahmed El-Shafiey | |
| [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 18452] | |||
| 2014-08-14 | Fix Bug 81 | Ahmed El-Shafiey | |
| http://www.gpgpu-sim.org/bugs/show_bug.cgi?id=81 Review ID: 173001 [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 18179] | |||
| 2014-08-14 | Adding the ability to querry the WARPSZ flag from the ptx script. | Tim Rogers | |
| Also changed some initialization code when cores are created in both the funcational and perfromance simulator review:3001 lgtm:5 [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 16506] | |||
| 2014-08-14 | Interconnection traffic breakdown stats (integration from TM branch). | Wilson Fung | |
| [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 16495] | |||
