| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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] | |||
| 2014-08-14 | Replaced the legacy L2 cache access stats with more meaningful breakdown ↵ | Wilson Fung | |
| that categorize access by their access type (global memory read/write, local memory read/write, instruction read, ... etc.). [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 15784] | |||
| 2014-08-14 | Merging Power model into Fermi | Tayler Hetherington | |
| //depot/gpgpu_sim_research/fermi_power/distribution/... to //depot/gpgpu_sim_research/fermi/distribution/... [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 14723] | |||
| 2014-08-14 | Fixed the shared memory bank conflict model for GTX 480 and Tesla C2050. ↵ | Wilson Fung | |
| Now the two configs will feature 32-bank shared memory with a more flexible broadcast mechanism. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 14509] | |||
| 2014-08-14 | Minor refactoring for the SIMT Stack implementation and fixing some indentation | Wilson Fung | |
| [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 14067] | |||
| 2014-08-14 | On demand loading of fatbins | Andrew M. B. Boktor | |
| Experimental library support (diff abstract_hardware_model.cc) (currently broken because of undocumented cudaGetExportTable function in the cuda rt api) [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13793] | |||
| 2014-08-14 | Clean up the unordered_map fallback support. | Wilson Fung | |
| - Now there is only one macro for all use of unordered_map in the code. - Moving all instances of gcc/cuda version detection into a single file. - Adding a warning when the fallback is triggered. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13542] | |||
| 2014-08-14 | Fixed gcc-4.3 warning related to SIMT stack in CL13519 | Inderpreet Singh | |
| [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13535] | |||
| 2014-08-14 | SIMT stack is now implementated as a stack to allow arbitrary recursion depth | Inderpreet Singh | |
| [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13519] | |||
| 2014-08-14 | Ptxplus fix for recrusive call handling in SIMT stack (CL13410). | Inderpreet Singh | |
| [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13435] | |||
| 2014-08-14 | Copied in Arun's SIMT stack fix for recursive calls (CL8574) | Inderpreet Singh | |
| [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13410] | |||
| 2014-08-14 | Fix for bug 9: Now querying the state of the pdom stack in call_imp and ↵ | Ayub Gubran | |
| callp_imp using a core_t function, thus moving the querying function into the abstract model of the core instead of shader_core_ctx which represents the performance mode. This code simplify the querying and also avoid the unnecessary calling hierarchy that was used. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13375] | |||
