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
Age
Commit message (
Expand
)
Author
2014-08-14
Clean up the unordered_map fallback support.
Wilson Fung
2014-08-14
Fixed gcc-4.3 warning related to SIMT stack in CL13519
Inderpreet Singh
2014-08-14
now really version 3.1.1
Tor Aamodt
2014-08-14
3.1.1 release
Tor Aamodt
2014-08-14
SIMT stack is now implementated as a stack to allow arbitrary recursion depth
Inderpreet Singh
2014-08-14
Correct typos
Tor Aamodt
2014-08-14
More beginner instructions
Tor Aamodt
2014-08-14
additional checking for setup_environment...
Tor Aamodt
2014-08-14
even prettier printing of reconvergence pc's
Tor Aamodt
2014-08-14
Ptxplus fix for recrusive call handling in SIMT stack (CL13410).
Inderpreet Singh
2014-08-14
Fixing an error reported by valgrind.
Tim Rogers
2014-08-14
Copied in Arun's SIMT stack fix for recursive calls (CL8574)
Inderpreet Singh
2014-08-14
- print out instructions at branch divergence/reconvergence points (more info...
Tor Aamodt
2014-08-14
Changes to get the regression running:
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
Fix for bug #154-internal and #8-external
Andrew M. B. Boktor
2014-08-14
Adding the madp instruction, which does multiply add with carry-in. Still ne...
Wilson Fung
2014-08-14
Forgot to add the Makefile.makedepend rule in the opencl makefile
Andrew M. B. Boktor
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
Fixing one of the problems discovered for bug 154 (internal).
Wilson Fung
2014-08-14
spell check
Tor Aamodt
2014-08-14
removed ambiguous stuff
Tor Aamodt
2014-08-14
Updating the TeslaC2050 config to use the proper GDDR5 frequency and to suppo...
Wilson Fung
2014-08-14
-Change Fermi configuration folder name to GTX480
Ahmed El-Shafiey
2014-08-14
test 2
Tor Aamodt
2014-08-14
Updates to changes
Tim Rogers
2014-08-14
Fixing a bug in the opencl prebuilt ptx flow.
Tim Rogers
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
updating CHANGES for CL13092 and CL13093
Andrew M. B. Boktor
2014-08-14
Fixing a condition mistake it the previous commit
Andrew M. B. Boktor
2014-08-14
Using std::string instead of char*
Andrew M. B. Boktor
2014-08-14
testing fermi/distribution submit policy
Tor Aamodt
2014-08-14
testing submit that *should* fail because I have not p4 edited version
Tor Aamodt
2014-08-14
Upated CHANGES to include description to bug 168 (internal).
Wilson Fung
2014-08-14
Attempting to simplify instructions for average user. Also mentioning need t...
Tor Aamodt
2014-08-14
move check for nvcc after we set PATH
Tor Aamodt
2014-08-14
make sure CUDA_INSTALL_PATH points to a valid directory and that "which" can ...
Tor Aamodt
2014-08-14
Fix for bug 168 (internal). The overall average memory latency should now be...
Wilson Fung
2014-08-14
minor update to README
Tor Aamodt
2014-08-14
- Update README file to be slightly more user friendly (i.e., try not to impl...
Tor Aamodt
2014-08-14
- adding clearer documentation to setup_environment
Tor Aamodt
2014-08-14
do NOT let setup_environment quietly return if CUDA Toolkit not found
Tor Aamodt
2014-08-14
adding pointer to bugs database
Tor Aamodt
2014-08-14
Updating CHANGES with my latest commits
Andrew M. B. Boktor
2014-08-14
updating change log
Tor Aamodt
2014-08-14
updating version number string to 3.1.0+edits to indicate further edits past ...
Tor Aamodt
2014-08-14
Removing stringList and replacing it with std::list
Andrew M. B. Boktor
2014-08-14
Again fixing abs. The result should be a u32 for an I2I instruction. Using th...
Andrew M. B. Boktor
[next]