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
correcting the allocation of n_simt_to_mem/n_mem_to_simt stats
Ahmed El-Shafiey
2014-08-14
Fixing bug in power counter reset
Tayler Hetherington
2014-08-14
Adding other power stats to reset function
Tayler Hetherington
2014-08-14
GPUWattch bug fix: Performance counters not being correctly reset at kernel c...
Tayler Hetherington
2014-08-14
Fixed at least one error in the valgrind build. Forgot to initial a member va...
Tim Rogers
2014-08-14
Merging
Tim Rogers
2014-08-14
Adding a check to prevent writeback cache with allocation-on-fill.
Wilson Fung
2014-08-14
bug31
Ayub Gubran
2014-08-14
Merging
Tim Rogers
2014-08-14
Fixing a slew of compiler warnings
Tim Rogers
2014-08-14
Fixing a minor bug - if you new [] you have to delete []
Tim Rogers
2014-08-14
Addin in a protected constructor that can be used by derived classes of the t...
Tim Rogers
2014-08-14
Making this const correct
Tim Rogers
2014-08-14
Adding an accessor to the distro vector
Tim Rogers
2014-08-14
Adding in a statistic for number of dynamic warps issued by their ID.
Tim Rogers
2014-08-14
Adding in a dynamic warp_id field
Tim Rogers
2014-08-14
Fixing L2 WriteBack bug caused by using the partition address for both set in...
Tayler Hetherington
2014-08-14
cleanig inc_stat functions + remove unused L2D_config parameter was mistakenl...
Ahmed El-Shafiey
2014-08-14
Removing legacy code : get_access_stats
Tayler Hetherington
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
Fixing a GPUWattch bug where the cache statistics weren't updated if there ar...
Tayler Hetherington
2014-08-14
cast the duty cycle to float
Ahmed El-Shafiey
2014-08-14
fix a typo in the last submission
Ahmed El-Shafiey
2014-08-14
-remove unclear comment
Ahmed El-Shafiey
2014-08-14
cleaing the writeback from unnecessary if/else (should be cleaned with CL14828)
Ahmed El-Shafiey
2014-08-14
1- it seems like using #ifdef within a class definition confuses valgrind, re...
Ahmed El-Shafiey
2014-08-14
fixing more bugs in interconnect stats, simt_to_mem related stats were wrongl...
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
cleaning the duty_cycle_stats collection code in the writeback stage
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
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
[prev]
[next]