index
:
weft
main
CPEN 511 Project - Weft: Improving SIMD Utilization through MIMD-like Co-issue and Thread Compaction
Davit Grigoryan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gpgpu-sim
/
gpu-sim.cc
Age
Commit message (
Expand
)
Author
2014-08-14
Fixing interconnect stats bug
Tayler Hetherington
2014-08-14
make sure L1 cache is flushed at a configuration change between kernels, even...
Ahmed El-Shafiey
2014-08-14
Removing the default printing of the dynamic warp distribution histogram a...
Tim Rogers
2014-08-14
initialize the shared_memory_size
Ahmed El-Shafiey
2014-08-14
- Adding support for cudaFuncSetCacheConfig API, that allows changing the
Ahmed El-Shafiey
2014-08-14
Updating ICNT stat collection
Tayler Hetherington
2014-08-14
Replaced the legacy L2 cache access stats with more meaningful breakdown that...
Wilson Fung
2014-08-14
fixing a bug in the interconnect stats was introduced in CL15746
Ahmed El-Shafiey
2014-08-14
Cleaning up interconnection network memory partition to core statistics. Now ...
Tayler Hetherington
2014-08-14
Fixing bug in power counter reset
Tayler Hetherington
2014-08-14
GPUWattch bug fix: Performance counters not being correctly reset at kernel c...
Tayler Hetherington
2014-08-14
Merging
Tim Rogers
2014-08-14
bug31
Ayub Gubran
2014-08-14
Now even the power model log will have kernel names printed out.
Wilson Fung
2014-08-14
Added kernel name and launch uids to the stat printout to simplify per-kernel...
Wilson Fung
2014-08-14
1- it seems like using #ifdef within a class definition confuses valgrind, re...
Ahmed El-Shafiey
2014-08-14
parsing the XML file only if the power simulator is enabled -- this bug was i...
Ahmed El-Shafiey
2014-08-14
fixig more valgrind errors in CACTI due to uinitialized variables + fixing a ...
Ahmed El-Shafiey
2014-08-14
Changing mcpat.xml->gpuwattch_gtx480.xml in configs/GTX480.
Tayler Hetherington
2014-08-14
Merging
Ahmed El-Shafiey
2014-08-14
fixing a segfault problem for Quadro config with interconnect stats
Ahmed El-Shafiey
2014-08-14
setting power model congfig to zero by default (because the mcpat.xml is avai...
Ahmed El-Shafiey
2014-08-14
Merging Power model into Fermi
Tayler Hetherington
2014-08-14
Fixed the shared memory bank conflict model for GTX 480 and Tesla C2050. Now...
Wilson Fung
2014-08-14
- Fixing cache configuration groupings -> Now <cache configs>, <cache policie...
Tayler Hetherington
2014-08-14
Fixing the round-robin block distribution among SIMT core clusters in gpgpu_s...
Wilson Fung
2014-08-14
Adding a two level scheduler as described in the ISCA 2012 tutorial
Andrew M. B. Boktor
2014-08-14
Fixed GDDR5 parameters in Fermi config:
Wilson Fung
2014-08-14
Fix for bug 168 (internal). The overall average memory latency should now be...
Wilson Fung
2014-08-14
Fixing typo
Andrew M. B. Boktor
2014-08-14
A much easier way to attempt to fix the problem targeted by CL12362 is to jus...
Andrew M. B. Boktor
2014-08-14
Integrated in CL12342 from coherence branch; fix for bug #160
Inderpreet Singh
2014-08-14
This changelist adds the following:
Andrew M. B. Boktor
2014-08-14
Changing the configs to be backward compatible by disabling bank groups by de...
Andrew M. B. Boktor
2014-08-14
This changelist implements the following:
Andrew M. B. Boktor
2014-08-14
Changing the defaults for ROP and DRAM latency to match Quadro config as befo...
Wilson Fung
2014-08-14
Turned ROP and DRAM latency/delays into options
Inderpreet Singh
2014-08-14
Adding option 'gpgpu_simt_core_sim_order' which allow the user to specify the...
Wilson Fung
2014-08-14
Fixed the stat collection for gpgpu_n_shmem_insn. See Bug 128 for more detai...
Wilson Fung
2014-08-14
Fixing bug 126. Now DXTC runs to completion by not giving correct result (ex...
Wilson Fung
2014-08-14
Revived PC-Histogram in AerialVision.
Wilson Fung
2014-08-14
Integrating the pure functional simulation
Ayub Gubran
2014-08-14
Fix for Bug 117 - Cannot disable L2 caches.
Inderpreet Singh
2014-08-14
Printing out the simulation rate
Tim Rogers
2014-08-14
Making the default L2 something sane
Tim Rogers
2014-08-14
- Fixing L1 Texture cache option (I updated the description to look like the...
Ali Bakhoda
2014-08-14
Integration change. - CL 9058 , adding the l1 cache stat print to the end of ...
Tim Rogers
2014-08-14
Ejection from the interface buffer between interconnet and L2 happens in L2 c...
Ali Bakhoda
2014-08-14
Fix for Bug 110 - integrates in CL 10258 from tm-test branch
Inderpreet Singh
2014-08-14
Fixed the DRAM timing model to add the write-read turn and write-precharge de...
Wilson Fung
[next]