| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-03-28 | Our internal Jenkinsfile | tgrogers | |
| 2018-03-27 | small corrections | Amruth | |
| 2018-03-27 | considered CDP scenario | Amruth | |
| 2018-03-27 | support for pinned memories - temporary fix | Amruth | |
| 2018-03-27 | Merge branch 'dev-purdue-integration' into dev-purdue-integration | Timothy G Rogers | |
| 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 dev-purdue-integration | Timothy G Rogers | |
| 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 | Merge branch 'dev-purdue-integration' into dev-purdue-integration | Timothy G Rogers | |
| 2018-03-27 | Removing some configs that don't have to be run anymore. | tgrogers | |
| 2018-03-27 | Merge branch 'dev-purdue-integration' into dev-purdue-integration | Timothy G Rogers | |
| 2018-03-27 | Correcting the segfault in stats print. It was because print_stats() was ↵ | Akshay Jain | |
| called before g_ptx_kernel_count was initialized | |||
| 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 #63 from pigrew/dev-printfFix | gpgpu-sim | |
| Don't directly pass strings to printf (beacuse they wouldn't be escap… | |||
| 2018-03-26 | Merge pull request #62 from pigrew/dev-multiArchBreakpoint | gpgpu-sim | |
| Provide portable (non-x86) breakpoint method which should work on all… | |||
| 2018-03-26 | Merge pull request #61 from pigrew/dev-gitignoreUpdate | gpgpu-sim | |
| Dev gitignore update | |||
| 2018-03-26 | Merge pull request #60 from pigrew/dev-ParserFix | gpgpu-sim | |
| Dev parser fix | |||
| 2018-03-26 | Don't directly pass strings to printf (beacuse they wouldn't be escapped). ↵ | Nathan Conrad | |
| Clang gives warnings about this. | |||
| 2018-03-26 | Provide portable (non-x86) breakpoint method which should work on all ↵ | Nathan Conrad | |
| linuxes. Tested on PowerPC. | |||
| 2018-03-26 | Ignore generated docs in gitignore | Nathan J Conrad | |
| 2018-03-26 | Add vim swap files to gitignore | Nathan J Conrad | |
| 2018-03-26 | Remove duplicate token in PTX parser | Nathan Conrad | |
| 2018-03-26 | .call instruction may have an empty argument list | Nathan Conrad | |
| 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 #59 from tgrogers/dev | gpgpu-sim | |
| Apps compiled with newer versions of CUDA want the version number embedded in the so | |||
| 2018-03-25 | code for removing duplicates in embedded ptx | Amruth | |
| 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-23 | dynamic pdom analysis at runtime | Amruth | |
| 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) | |||
| 2018-03-22 | Fixing the break limit bug | Mahmoud | |
| 2018-03-22 | Adding support for CUDA 9.1 | tgrogers | |
| 2018-03-22 | Change 332 by jain156@akshayj-lt1 on 2018/02/01 05:20:33 | Akshay Jain | |
| Added shmem_divergence_hist and warp_inst_classification | |||
| 2018-03-22 | Change 283 by jain156@akshayj-lt1 on 2017/07/03 19:52:55 | Akshay Jain | |
| Adding the global load and store divergence statistics. The previous histogram has been modified to look at all memory requests, but that is not meaningful - so it can as well be removed. | |||
| 2018-03-22 | Change 257 by jain156@akshayj-lt1 on 2017/06/03 16:32:52 | Akshay Jain | |
| Adding gpuwattch power stats to the output. Enabled inst and mem breakdown stats in config file. | |||
| 2018-03-22 | Change 253 by jain156@akshayj-lt1 on 2017/05/30 00:40:03 | Akshay Jain | |
| Replaced the mem div stats with mem div histogram | |||
| 2018-03-22 | Change 252 by jain156@akshayj-lt1 on 2017/05/29 10:51:32 | Akshay Jain | |
| Checking in the data footprint stats as reported in the micro paper. The implementation uses gpgpu pointer, due to which I don't feel fine pushing to mainline. May be I can do the stats check and increment in l2cache.cc through a public function to avoid exposing gpgpu pointer to public | |||
