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
/
libcuda
/
Makefile
Age
Commit message (
Expand
)
Author
2016-05-12
Adding in changes to put generated code files in the build directory instead ...
tgrogers
2014-08-14
Changing the make flow so all the generated files, both object and code gene...
Tim Rogers
2014-08-14
Clean up the unordered_map fallback support.
Wilson Fung
2014-08-14
Now makedepend doesn't have to interfere with our commits anymore.
Andrew M. B. Boktor
2014-08-14
supressing signed to unsigned comparison and unused warnings (flex generates ...
Andrew M. B. Boktor
2014-08-14
The generic makefile applies rules to files outside the dir and fails
Andrew M. B. Boktor
2014-08-14
Moving things where they belong
Andrew M. B. Boktor
2014-08-14
Using nvcc present in CUDA_INSTALL_PATH instead of the one in PATH
Andrew M. B. Boktor
2014-08-14
Back out changelist 10951
Hadi Jooybar
2014-08-14
Should be tested.
Hadi Jooybar
2014-08-14
Undoing the rest of files mistakly changed in CL10695, this change completes ...
Ayub Gubran
2014-08-14
My last work added to the branch, wokring on the functional simulator in cuda...
Ayub Gubran
2014-08-14
- Minor change to make things simpler, basically removing all instances of
Andrew M. B. Boktor
2011-07-07
Integration change. Bringing in some changes from mem_divergence that allow f...
Tim Rogers
2010-10-08
1. refactoring cuda api code for loading PTX (removing external PTX loading e...
Tor Aamodt
2010-10-03
moving some CUDA API centric code to cuda_runtime_api.cc
Tor Aamodt
2010-07-15
creating branch for adding support for CUDA 3.x and Fermi
Tor Aamodt