| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-03-31 | Getting rid of our constant, annoying prints. Running workloads of any size ↵ | tgrogers | |
| causes ridiculous output file sizes | |||
| 2018-03-31 | masked declaration leading to using unitialized buffer as file name, leading ↵ | Tor Aamodt | |
| to crash this still fails regressions | |||
| 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 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-29 | Merge remote-tracking branch 'public_gpgpusim/dev' into dev | Tor Aamodt | |
| 2018-03-28 | Fixing a minor typo in an old config | tgrogers | |
| 2018-03-28 | fix compile errors on Ubuntu LTS 16.04 | Tor Aamodt | |
| 2018-03-28 | Merge remote-tracking branch 'public/dev' into dev | tgrogers | |
| 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 | 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 | 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 | 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 | 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 | 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 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 | code for removing duplicates in embedded ptx | Amruth | |
| 2018-03-25 | Need to make sure we don't kill the L1 too | 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-23 | dynamic pdom analysis at runtime | Amruth | |
| 2018-03-22 | Fixing the break limit bug | Mahmoud | |
| 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 | |||
| 2018-03-22 | Change 180 by jain156@akshayj-lt1 on 2017/03/30 11:48:07 | Akshay Jain | |
| Added Memory Access breakdown statistics. Divided INST stats into INST type and INST Mem accesses. | |||
| 2018-03-21 | Change 124 by jain156@akshayj-lt1 on 2016/12/08 20:17:53 | Akshay Jain | |
| Added Memory divergence stats Data shows same divergence characteristics across PTX and PTX+ | |||
| 2018-03-20 | code to load the embedded ptx directly and prevent cuobjdump to dump ↵ | letr63jd56 | |
| everytime we execute the code | |||
| 2018-03-19 | temporary fixes to parsing issues | letr63jd56 | |
| 2018-03-12 | fixibg sectir l1 deadlock bug | Mahmoud | |
| 2017-11-19 | Doing lazy fetch-on-read policy | Mahmoud | |
| 2017-11-18 | Also initiate our L2 accesses on copies back to the CPU | tgrogers | |
| 2017-11-18 | removing another assert | tgrogers | |
| 2017-11-18 | Getting rid of another assert that crops up cause of our memcpy and L2 ↵ | tgrogers | |
| interaction | |||
| 2017-11-18 | copy to the L2 by default | tgrogers | |
| 2017-11-18 | fixing the cycle issues with using the cudamemcpies | tgrogers | |
| 2017-11-18 | Adding a subpartion trace to help in figuring out what the hell is going on | tgrogers | |
