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
Age
Commit message (
Expand
)
Author
2014-08-14
fixing a bug in the latest submission
Ahmed El-Shafiey
2014-08-14
-modifying the coefficients parsing code to be more readable, also modifies h...
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
fixing some valgrind erros by initializing uninitialized values in CACTI
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
Renaming src/mcpat -> src/gpuwattch
Tayler Hetherington
2014-08-14
Fix for bug 30 (external).
Wilson Fung
2014-08-14
Merging
Ahmed El-Shafiey
2014-08-14
fixing a bug that cause the thread_fence benchmark fails (excluding an opcode...
Ahmed El-Shafiey
2014-08-14
fixing a segfault problem for Quadro config with interconnect stats
Ahmed El-Shafiey
2014-08-14
adding the scaling to the total instruction as well
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
remove parts of the code that will confuse the users
Ahmed El-Shafiey
2014-08-14
Merging Power model into Fermi
Tayler Hetherington
2014-08-14
Changing the QuadroFX5800 config to use compute capability 1.3 (no idea why i...
Wilson Fung
2014-08-14
Fixed a bug introduced in CL14565 for PTXPlus.
Wilson Fung
2014-08-14
Extended PTX parser to recognize the .ptr .shared directive and allocate shar...
Wilson Fung
2014-08-14
OpenCL newer diver fix
Hadi Jooybar
2014-08-14
Fixed the timing model for LDU instruction, before it was not recognized as a...
Wilson Fung
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
remove a warning for unused variable
Ahmed El-Shafiey
2014-08-14
Fixing write-through and global write-evict, local write-through policies
Tayler Hetherington
2014-08-14
-being more conservative in locking the code of the kernel finish detection, ...
Ahmed El-Shafiey
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
Minor refactoring for the SIMT Stack implementation and fixing some indentation
Wilson Fung
2014-08-14
Several changes to ptxplus towards getting the sphyraena benchmark to work. A...
Jimmy Kwa
2014-08-14
Fixing regression failure: vote.all was broken by vote.ballet implementation.
Wilson Fung
2014-08-14
Added implementation of vote.ballot (passing directed test). Added popc (not...
Wilson Fung
2014-08-14
Fixing texture fetching for 1D texture with non-normalized coordinates: Addin...
Wilson Fung
2014-08-14
Fixing multi-element texel access. Now texture with RGBA components are read...
Wilson Fung
2014-08-14
Fixing the round-robin block distribution among SIMT core clusters in gpgpu_s...
Wilson Fung
2014-08-14
Adding support for cudaReadModeNormalizedFloat (a texture read mode). See bu...
Wilson Fung
2014-08-14
Fixed incorrect counting of predicated instruction. (Bug #15 external)
Wilson Fung
2014-08-14
Extending ptx.y to ignore the .minnctapersm directive (at least it will not c...
Wilson Fung
[next]