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
Age
Commit message (
Expand
)
Author
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
Updated the option parser to support named sub-options (via a separate instan...
Wilson Fung
2014-08-14
- Fixing cache configuration groupings -> Now <cache configs>, <cache policie...
Tayler Hetherington
2014-08-14
Adding cache_request_status to the config-specific cache function pointers as...
Tayler Hetherington
2014-08-14
Added functional execution support for shared memory atomic operations.
Inderpreet Singh
2014-08-14
Fixing write-through and global write-evict, local write-through policies
Tayler Hetherington
2014-08-14
Updating comment in l1/l2 access functions
Tayler Hetherington
2014-08-14
gpu-cache revision #3. Now adding in function pointers for l1/l2 cache access...
Tayler Hetherington
2014-08-14
Revision #2 of modifying the cache hierarchy.
Tayler Hetherington
2014-08-14
Adding/updating comments for classes/functions on the recent changes (Doxygen...
Tayler Hetherington
2014-08-14
Moved the majority of function definitions (greater than one line) from gpu-c...
Tayler Hetherington
2014-08-14
Modified the cache hierarchy, reorganized code to eliminate code replication,...
Tayler Hetherington
2014-08-14
Fixing the round-robin block distribution among SIMT core clusters in gpgpu_s...
Wilson Fung
2014-08-14
Fixed incorrect counting of predicated instruction. (Bug #15 external)
Wilson Fung
2014-08-14
Two memory errors reported by the valgrind build
Tim Rogers
2014-08-14
Fixing compile error on my machine
Andrew M. B. Boktor
2014-08-14
Back out changelist 13683
Andrew M. B. Boktor
2014-08-14
Removing compiler warnings
Andrew M. B. Boktor
2014-08-14
Some Errors reported by valgrind
Tim Rogers
2014-08-14
Clean up the unordered_map fallback support.
Wilson Fung
2014-08-14
Fixing an error reported by valgrind.
Tim Rogers
2014-08-14
Fix for bug 9: Now querying the state of the pdom stack in call_imp and callp...
Ayub Gubran
2014-08-14
Now makedepend doesn't have to interfere with our commits anymore.
Andrew M. B. Boktor
2014-08-14
Adding a two level scheduler as described in the ISCA 2012 tutorial
Andrew M. B. Boktor
2014-08-14
Fixed DRAM performance statistics to display information for more than 4 banks.
Wilson Fung
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 bug 161 and 164. WP now runs without deadlocking due to I-cache miss ...
Wilson Fung
2014-08-14
Removing a couple of warnings
Andrew M. B. Boktor
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
Removing some bottlenecks that limit that peak-IPC
Andrew M. B. Boktor
2014-08-14
Integrated in CL12342 from coherence branch; fix for bug #160
Inderpreet Singh
2014-08-14
Adding configurable instruction latencies and initiation intervals
Andrew M. B. Boktor
2014-08-14
Using only move_out_to to move pipeline registers
Andrew M. B. Boktor
2014-08-14
Integrated in CL12250 from coherence branch - fix for atomic payload bug (see...
Inderpreet Singh
2014-08-14
Changing writeback arbitration among multiple clients (shared,tex,const,globa...
Wilson Fung
2014-08-14
Removing a wrong comment
Andrew M. B. Boktor
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
Integration change. Fixing bug for #149: A pathological case that caused LD i...
Wilson Fung
2014-08-14
-Bug 146 fix (Adding perfect memory interface)
Ahmed El-Shafiey
2014-08-14
Fixing bug 145. Now partition_address() works for non-power-of-two number of...
Wilson Fung
2014-08-14
Adding a description of what assumptions are made.
Andrew M. B. Boktor
2014-08-14
Fixing a bug introduced by the fix of bug 142
Andrew M. B. Boktor
2014-08-14
Fix for bug 142
Andrew M. B. Boktor
2014-08-14
change copyright notice
Tor Aamodt
[next]