| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-12 | fixing bunch of formatting warnings (#53) | Ahmad Alawneh | |
| * fixing bunch of formating warrnings * remove unintialized and unused results warnnings * revert the changes , as it doenst fix the warning --------- Co-authored-by: Fangjia Shen <[email protected]> | |||
| 2020-05-23 | code refomratting | Mahmoud | |
| 2020-05-23 | Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution ↵ | Mahmoud | |
| into dev-traces | |||
| 2019-09-13 | Big reformat change using clang-format-6.0 | Nick | |
| 2019-09-13 | Revert "Add src/cuda-sim formatting" | Nick | |
| This reverts commit 0c023e41809dba8897c37af6bb03e5c3aa9ebc5e. | |||
| 2019-09-13 | Add src/cuda-sim formatting | Nick | |
| 2019-09-12 | Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution ↵ | Mahmoud | |
| into dev-traces | |||
| 2019-09-04 | adding trace class and parss kernel info | Mahmoud | |
| 2019-09-03 | get rid of more UB | Nick | |
| 2019-07-12 | Move g_cdp_enabled | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-07-11 | Move g_override_embedded_ptx | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-07-11 | Move g_inst_lookup | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-07-09 | Move m_ptx_save_converted_ptxplus | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-07-07 | g_keep_intermediate_files | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-06-12 | Move all ptx_parser inside gpgpu_context | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-06-12 | Move print_ptx_file | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-06-12 | Integrate ptxinfo into gpgpu_context | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-06-12 | Move g_ptxinfo_filename | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-06-12 | Remove unused vars | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-06-12 | Move some function from ptx_loader to gpgpu_context | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-05-30 | Move fatbin etc globals | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-05-24 | Fix linebuf for ptxinfo | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-05-18 | Fix parser for loader | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-04-22 | Move ptxinfo to reentrant | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2018-11-09 | resolving merge conflict | Deval Shah | |
| 2018-07-23 | brought back ptxinfo | Jonathan | |
| 2018-06-30 | Cleaning up the setup env message a bit and having the simulator properly ↵ | tgrogers | |
| dump to stderr on error | |||
| 2018-06-30 | changing the flow s.t. you cannot compile the simulator with a different ↵ | tgrogers | |
| version of CUDA from the app. | |||
| 2018-06-29 | Fixing the PTXPLUS + new CUDA execution case. | tgrogers | |
| 2018-06-29 | Allowing modern GPU configrations to properly run PTXPLUS. | tgrogers | |
| There are several problems with this: 1) To get proper occupancy, based on register file usage, you must querry ptxas with the sm version that corresponds to the register usage in the config file. To enable this, a new config option has been added that determines what sm version you pass to ptxas to compute reg-usage. This configuration option is always required in the gpgpusim.config file 2) If you are running PTXPLUS with a modern card (i.e. volta/pascal), you need ptxas from CUDA 9.1. However since PTXPLUS only supports sm_13 - you need a version of CUDA where cudaobjectdump supports sm_1x. This ended at CUDA 5 - and PTXPLUS requires CUDA 4.2. Therefore, to run PTXPLUS on a modern card, you need CUDA 4.2 + modern CUDA installed. To fascilitate this, a new envronment varaible is added and the setup envrionment script prints an appropraite warning if you are using a newer CUDA. We have tried to make this as fail-proof as possible - and die appropraitely when something is wrong. | |||
| 2018-06-06 | reverted some changed to pass regression | Jonathan | |
| 2018-06-05 | ptx parse only | Jonathan | |
| 2018-06-04 | parses through all ptx files, TODO: need to impl dp4a | Jonathan | |
| 2018-06-01 | WIP attempting to parse ptx files in order | Jonathan | |
| 2018-04-05 | fixing file pointer and attributes issues | Amruth | |
| 2018-04-04 | updating EOF condition for Mac users | Amruth | |
| 2018-04-04 | Prog gets stuck because it doesnt recieve EOF | Amruth | |
| 2018-04-04 | adding missing ptxas flags for cdp support | Amruth | |
| 2018-03-31 | masked declaration leading to using unitialized buffer as file name, leading ↵ | Tor Aamodt | |
| to crash this still fails regressions | |||
| 2018-03-27 | considered CDP scenario | Amruth | |
| 2018-03-25 | code for removing duplicates in embedded ptx | Amruth | |
| 2016-09-05 | Merge pull request #28 from jwang323/cdp_clean | gpgpu-sim | |
| Initial support of CUDA Dynamic Parallelism on GPGPUSim | |||
| 2016-07-06 | ADD: add knob to enable CDP in gpgpusim config | Jin Wang | |
| 2016-06-13 | If ptxas notices any duplicate errors, they now automatically get resolved ↵ | sspenst | |
| and the program continues with the duplicate function/variable declarations removed. | |||
| 2016-05-13 | changed gpgpu_ptxinfo_load_from_string definition for Ahmed | sspenst | |
| 2016-05-13 | changed the SM version flag for generating ptxinfo to be dynamic instead of 20 | sspenst | |
| 2015-03-04 | initial support for CUDA 5.0, 5.5, 6.0 to get template from SDK running | Ahmed ElTantawy | |
| 2014-08-14 | Removing a slew of code still compiled with gcc and the need for a bunch of ↵ | Tim Rogers | |
| external C linkage [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 15912] | |||
| 2014-08-14 | Back out changelist 13683 | Andrew M. B. Boktor | |
| There is a problem with the linkage on my machine. Before this changelist the code didn't build on my machine. After it it builds but fails to run due to missing dynamic linkage. And obviously it breaks the jenkins build. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13684] | |||
| 2014-08-14 | Removing compiler warnings | Andrew M. B. Boktor | |
| Fixing failed compilation due to double definition of parsing functions [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13683] | |||
