| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-04-23 | Merge branch 'dev-purdue-integration' of ↵ | tgrogers | |
| https://github.rcac.purdue.edu/TimRogersGroup/gpgpu-sim_distribution into dev-purdue-integration | |||
| 2018-04-23 | renaming some stuff in the nightly file | tgrogers | |
| 2018-04-23 | renaming the nightly file | tgrogers | |
| 2018-04-18 | Merge pull request #18 from abdallm/dev-purdue-integration | Timothy G Rogers | |
| Dev purdue integration | |||
| 2018-04-18 | Merge branch 'dev-purdue-integration' into dev-purdue-integration | Timothy G Rogers | |
| 2018-04-18 | Merge pull request #19 from green349/gcc_support | Timothy G Rogers | |
| GCC 4.8.2 Support | |||
| 2018-04-12 | adding sime spaces | Mahmoud | |
| 2018-04-12 | fixing FCFS bug | Mahmoud | |
| 2018-04-11 | Merge branch 'gcc_support' of ↵ | green349 | |
| https://github.rcac.purdue.edu/green349/gpgpu-sim_distribution into gcc_support | |||
| 2018-04-11 | Add support for isnan to compile with GCC-4.8.2 | green349 | |
| 2018-04-11 | Merge branch 'dev-purdue-integration' into gcc_support | Roland Green | |
| 2018-04-11 | Add support for isnan to compile with GCC-4.8.2 | Roland Green | |
| 2018-04-11 | Don't need to delete these anymore for the quick linking | tgrogers | |
| 2018-04-05 | Nice to know when the simulaton thread actually gets the exit call under ↵ | tgrogers | |
| normal operation. This helps immensely in a clustered environmrnt where jobs randomly fail | |||
| 2018-04-02 | print out all the cache stats even if they are zero - makes collection more ↵ | tgrogers | |
| uniform | |||
| 2018-03-31 | Merge commit '89db73061e043c26df22c7f18d9adb106d8078ac' into ↵ | tgrogers | |
| dev-purdue-integration | |||
| 2018-03-31 | Getting rid of our constant, annoying prints. Running workloads of any size ↵ | tgrogers | |
| causes ridiculous output file sizes | |||
| 2018-03-30 | Moving the print to avoid spurrious statistics | tgrogers | |
| 2018-03-30 | When CDP was added - we started printing garbage stats after every memcpy. I ↵ | tgrogers | |
| am stopping this by gaurding against it in the same way we do for updating the stat counts (checking if we have executed any cycles before printing). I am not sure what this does to CDP stat prints - as I am not sure what CDP kernels so to sim_cycles.... However EVERY other app except CDP is spewing junk to the output and it really messes up any per-kernel stat collection scripts. | |||
| 2018-03-30 | Merge pull request #17 from abdallm/dev-purdue-integration | Timothy G Rogers | |
| Dev purdue integration | |||
| 2018-03-30 | Merge branch 'dev-purdue-integration' of ↵ | Mahmoud | |
| https://github.rcac.purdue.edu/abdallm/gpgpu-sim_distribution into dev-purdue-integration | |||
| 2018-03-30 | fixing gpu-tot-cycle bug | Mahmoud | |
| 2018-03-28 | Fixing a minor typo in an old config | tgrogers | |
| 2018-03-28 | Merge pull request #16 from abdallm/dev-purdue-integration | Timothy G Rogers | |
| Dev purdue integration | |||
| 2018-03-28 | Merge branch 'dev-purdue-integration' into dev-purdue-integration | Timothy G Rogers | |
| 2018-03-28 | gpuwaatch build does not parallelize nicely without -p | tgrogers | |
| 2018-03-28 | adding new stats counter | Mahmoud | |
| 2018-03-28 | Merge branch 'dev-purdue-integration' of ↵ | Mahmoud | |
| https://github.rcac.purdue.edu/abdallm/gpgpu-sim_distribution into dev-purdue-integration | |||
| 2018-03-28 | adding new counters for parition level para and L2 BW | Mahmoud | |
| 2018-03-27 | Merge pull request #15 from abdallm/patch-1 | Timothy G Rogers | |
| Update the write policy in P100 | |||
| 2018-03-27 | Merge branch 'dev-purdue-integration' into patch-1 | Timothy G Rogers | |
| 2018-03-27 | sdk does not work with ptxplus | tgrogers | |
| 2018-03-27 | Update the write policy in P100 | Mahmoud Khairy A. Abdallah | |
| 2018-03-27 | Removing some configs that don't have to be run anymore. | tgrogers | |
| 2018-03-26 | Diabling concurrent builds | tgrogers | |
| 2018-03-26 | Adding in a nightly build that runs the world | tgrogers | |
| 2018-03-26 | Merge pull request #14 from abdallm/dev-purdue-integration | Timothy G Rogers | |
| Fixing resources limitation assertion for compute cab 61 | |||
| 2018-03-26 | Merge branch 'dev-purdue-integration' into dev-purdue-integration | Timothy G Rogers | |
| 2018-03-26 | Fixing resources limitation assertion for compute cab 61 | Mahmoud | |
| 2018-03-25 | Merge pull request #13 from tgrogers/dev-purdue-integration | Timothy G Rogers | |
| Support for lonestar and modifying our configs to not completely screw up when the user configures the cache preference | |||
| 2018-03-25 | Need to make sure we don't kill the L1 too | tgrogers | |
| 2018-03-25 | Need to explicity set this or the stupid GPGPU-Sim defaults of 16k kicks in. | tgrogers | |
| 2018-03-25 | succeed if just remining the GPU that pinned memory can beused | tgrogers | |
| 2018-03-25 | Fixing a bug in mengchi's commit | tgrogers | |
| 2018-03-25 | Add lonestar tick support | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2018-03-25 | Merging with updates in the public repo | tgrogers | |
| 2018-03-24 | Adding in a patch to get lonestargpu to work | tgrogers | |
| 2018-03-24 | The new CUDAs complain about version info not being embedded into the so ↵ | tgrogers | |
| file. Having gpgpu-sim ebed some version info to stop the error complaints | |||
| 2018-03-24 | The new CUDAs complain about version info not being embedded into the so ↵ | tgrogers | |
| file. Having gpgpu-sim ebed some version info to stop the error complaints | |||
| 2018-03-22 | Merge pull request #58 from tgrogers/dev | gpgpu-sim | |
| Integrating some setup stuff and proper support or a maximum number of instructions (which was previously broken) | |||
