| Age | Commit message (Collapse) | Author |
|
|
|
into dev-tensor
|
|
|
|
stuck in deadlock
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
github.rcac.purdue.edu:jain156/gpgpu-sim_distribution into jain156-dev-purdue-integration
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dev-purdue-integration
|
|
causes ridiculous output file sizes
|
|
|
|
|
|
|
|
https://github.rcac.purdue.edu/abdallm/gpgpu-sim_distribution into dev-purdue-integration
|
|
|
|
|
|
linuxes. Tested on PowerPC.
|
|
|
|
|
|
|
|
Adding gpuwattch power stats to the output.
Enabled inst and mem breakdown stats in config file.
|
|
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
|
|
Added Memory Access breakdown statistics.
Divided INST stats into INST type and INST Mem accesses.
|
|
|
|
|
|
truncating the address here fixes the issue and we start propoerly hitting in the L2
|
|
|
|
with the new hack and incrementing the cycle so that cudamemcopies take some time (if we don't do this the LRU in the cache does not work)
|
|
|
|
|
|
|
|
|
|
1- REEAD/WERITE buffer for DRAM
2- Fixing FETCH_ON_WRITE cahce policy bug
|