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
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
2014-08-14
Handling the case for abs
Andrew M. B. Boktor
2014-08-14
Trying to get around the problem of having more than 2 modifiers (two on the ...
Andrew M. B. Boktor
2014-08-14
I forgot that this is needed to calculate the offset since the offset is defi...
Andrew M. B. Boktor
2014-08-14
Not acting on type modifiers for memory operands
Andrew M. B. Boktor
2014-08-14
Removing a couple of memory corruptions
Andrew M. B. Boktor
2014-08-14
Mention doxygen documentation where we talk about documentation first.
Tor Aamodt
2014-08-14
Cleaning up the output by cuobjdump_to_ptxplus
Andrew M. B. Boktor
2014-08-14
more tweaking for new user friendliness
Tor Aamodt
2014-08-14
Adding a link to the wiki version of the AerialVision manual
Andrew M. B. Boktor
2014-08-14
making README more new user friendly (adding pointers to where to go to learn...
Tor Aamodt
2014-08-14
Removing some decuda stuff that I didn't know existed
Andrew M. B. Boktor
2014-08-14
Fixing bug 161 and 164. WP now runs without deadlocking due to I-cache miss ...
Wilson Fung
2014-08-14
Remove -gpgpu_ptx_use_cuobjdump from configs. Update error reporting to be m...
Tor Aamodt
2014-08-14
Catching the problem where the embedded ptx cannot be found because the bench...
Andrew M. B. Boktor
2014-08-14
Seems to be required for use with CUDA 4.0
Tor Aamodt
[next]